feat: add Full-Text Search (FTS) lookups for PostgreSQL
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 13
- Forks
- 5
- Avg merge
- 1h 49m
- Merged PRs (30d)
- 3
Description
Currently, Ryx supports basic string lookups. Adding native PostgreSQL Full-Text Search would significantly improve querying capabilities for text-heavy apps.
Goal: Implement a new lookup (e.g., search) that generates PostgreSQL to_tsvector and to_tsquery SQL.
Implementation hint:
- Add the lookup logic in
ryx-query's lookup registry. - Ensure it handles the correct SQL syntax for Postgres while providing a fallback or a clear error for other backends.
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 in the ryx-query lookup registry and trace how existing string lookups generate SQL. Define what the PostgreSQL to_tsvector/to_tsquery form should look like, then verify the lookup either has a supported fallback or produces a clear error for other backends; add or run the relevant lookup tests if the registry exposes them.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgresql, rust
- Domain
- backend-api-design, databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100