Skip to content

Commit

Permalink
[docs] Changed meilisearch port to 7701 as 7700 is already taken on U…
Browse files Browse the repository at this point in the history
…buntu 22.04
  • Loading branch information
Thibault G committed Nov 9, 2022
1 parent 0070427 commit 743891a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Form/BuildingAddressType.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ public function configureOptions(OptionsResolver $resolver): void
'autocomplete' => false,
'class' => '',
'data-controller' => 'crovitche--swiss-geo-bundle--tom-select',
'data-crovitche--swiss-geo-bundle--tom-select-url-value' => 'http://localhost:7700/indexes/addresses/search'
'data-crovitche--swiss-geo-bundle--tom-select-url-value' => 'http://localhost:7701/indexes/addresses/search'
],
'autocomplete-url' => 'http://localhost:7700/indexes/addresses/search',
'autocomplete-url' => 'http://localhost:7701/indexes/addresses/search',
'payload-name' => 'q',
'choice_label' => static function (?BuildingAddress $address): string {
$streetLocality = $address?->getStreetLocality();
Expand Down

0 comments on commit 743891a

Please sign in to comment.