autocomplete on multiple words
-
This one is pretty minor for me, but it might be a nice fix that is easy to implement.
When I use auto complete on a single word such as “significant” or “enough” (without the quotes), it works perfectly.
However, even if those 2 words are next to each other in one of the documents, typing
significant enouwill not trigger “enough” as an option.
It looks like the the post to admin-ajax is for “significant enou”
If solr can handle multi-word autocomplete based on word proximity, then that’d be cool. If not, it might be better to just parse on the space and send “enou”
Additionally, I happened to notice that if the user types in “signif (this time with the quote), that you send the full text including the quote which then doesn’t return anything. Probably best to parse that out.
(note: I am not using the automatically trigger a search” option)
- The topic ‘autocomplete on multiple words’ is closed to new replies.