Page 1 of 1

Search on unordered words of document name failed

PostPosted:Mon Dec 09, 2019 11:53 am
by mamad
hello guys
Please consider the situation that for example i have a file with name "big red car.txt"
When i search on names with a missed word no results will be find as the search result.
For example if i search for "big car" no result will be find but "big red" or "red car" will be ok.
would you please explain me why ? and how i should search for situation like this that i dont know that middle word (red in this example) ?

Re: Search on unordered words of document name failed

PostPosted:Fri Dec 13, 2019 3:58 pm
by jllort
That happens because we are setting by default in all the searches the wildcard at the end. Really you are searching for "big red*" and that's the reason why it is not working. Similar things happen with "red car*"
The query "big car*" does not return results.

You are doing searches by the content or by name, because maybe the content is an special case.