I need to search exact matches that start with a code.
example search text : 13910
and expected results:
- 13910-1
- 13910-2
Currently it gives the first results plus a bunch of other results with fuzzy search.
In this case i would like to do a prefix search only.
I was thinking about using filter but not sure how to achieve startsWith with filter