Open nicofrand opened 9 years ago
Thanks for this reports @nicofrand, we'll try to fix soon all the bugs you found on File search.
Hi @nicofrand,
This issue seems related to our demo servers. We are investigating to understand why the find is broken. But I'm unable to reproduce the problem on other instances. Does it work on your instance ?
This is the expected behaviour with current indexer configuration.
It would be better to allow search by the beginning of keyword, and eventually later with fuzzymatching. /cc @nledez which reported the same need internally.
The search only works if I type more than 5 chars.
Example:
I have several files containing "kresus" in their filename.
If I type "kresus", those file appear in the search view:
But if I type "kres" (or "kresu"), nothing appears:
I checked the POST requests made to
/apps/files/search/content
, both bodies seem ok ({"id":"kresus"}
and {"id":"kres"}).