Replies: 1 comment
-
I have been trying to implement a custom search engine :
` |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
first of all, thank you for the beautifull plugin. We are using this autocomplete with a lot of joy, however we are discovering js, and could not modify it enough to achieve the following :
-Some objects name (it is high schools), have very similar namees. ("Saint-joseph la salle, saint-joseph nyons, saint-joseph blablabla), so we'd like users to be able to type the name and the city in the same search string ( for instance saint-joseph Paris), and get the matches both in terms of name and in terms of city.
For the moment, if I type the name and the city, I get no result since it does not fit nor the name, neither the city.
In the worst case scenario, I will concatenate the name and the city, but that would be sad
for information, here is the codepen we are working on : https://codepen.io/balthazartropp/pen/vYvmOog?editors=1111
Any kind of help wuld be deeply appeciaated !
Balthazar
Beta Was this translation helpful? Give feedback.
All reactions