ES - is this a bug?

Jja

Active member
I have an issue, which can be replicated here as well.

Will take existing topic from here to show what I mean, for example: Migration from Invision 4.7.22 Cloud, not self-hosted
In some cases i would like to search all versions for 4.7, when i type in the search 4.7 it shows in suggestions:
1756033634290.webp

But when you list all results, existing topic is not visible which was in suggestions:
1756033595105.webp

Why suggestion results are better in given case but full results are not ?
Seems like adding 4.7* at the end solves it, but majority of userbase don't know about it and they leaves without given results.
 
Where Are They No Fans GIF by Hashtag United Official
 
It's supposed to work that way. The suggestions are "as you type" results, so they use a wildcard search, whereas the final result will not have the * unless the user specifies in their search. With words, that's not an issue, because there's word stemming. If you want to match 4.7 that is not only 4.7, but includes 4.7., 4.7.2, 4.70, etc. then use 4.7*
 
  • Like
Reactions: Jja
If Xenforo didn't use the wildcard, it would make quick results pretty much non-functional because it would have to wait for a space before searching, or a long pause to indicate it is only going to be a one word search.
 
Back
Top Bottom