Allow search on word parts
Allow the search for "nig" instead of nigra. It should return all matching records containing words starting with "nig"
Allow the search for "nig" instead of nigra. It should return all matching records containing words starting with "nig"
assigned to @remi.bisson
assigned to @remi.bisson
added Basic search in in-sylva.search.app Priority: high labels
unassigned @remi.bisson
changed title from search on word parts to Allow search on word parts
changed the description
assigned to @remi.bisson
moved from in-sylva.search.app#67 (moved)
mentioned in merge request !18 (merged)
This turns out to be false as the terms in a query must be exact matches. This kind of behavior is possible using wildcards like "*" at the end of a word.
removed Priority: high label
mentioned in merge request !19