typesense / typesense/typesense
Question: prefix search for all parts of query and ignore the order
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 26.6k
- Forks
- 973
- Avg merge
- 18h 45m
- Merged PRs (30d)
- 4
Description
Description
If I search for tes ser I want to get the result test search but also the result search test, so that the order of query parts (split with space) does not matter and prefix search is used for all parts. In addition I don't want test as result.
Is there a way to configure my search query to get that results?
Typsense Version: 0.23.1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by checking the Typesense 0.23.1 search-query documentation for configuration options covering prefix matching, token order, and excluding the shorter test result. Done means confirming whether the requested behavior is configurable; if not, the issue needs a defined feature scope before implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- search
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100