yesodweb / yesodweb/persistent
Full Text / Natural language query support
Nobody has claimed this yet.
- Dominant language
- Haskell
- Stars
- 486
- Forks
- 306
- PR merge metrics
- No merged PRs in 30d
Description
Many DBs support the full-text/natural language query natively. This is a feature request to add support for doing these queries.
These are the links with details of the native support.
Since this feature may not be available in all back-ends, special operators may be added for the relevant backends.
I have tried mongoDBs $text in my sandbox and was able to get the query working fine.
But I would like to hear from others, what is the roadmap of supporting such features.
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
Review the issue's MySQL, PostgreSQL, and MongoDB full-text search references, then inspect how persistent represents backend-specific queries. Define the supported API or operators, identify behavior for backends without native support, and establish backend-specific tests as part of done.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell, mongodb, mysql, postgresql
- Domain
- backend-api-design, databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100