AllDotPy / AllDotPy/Ryx

feat: add Full-Text Search (FTS) lookups for PostgreSQL

Open
#50 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement lookups ryx-query
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:

  1. Add the lookup logic in ryx-query's lookup registry.
  2. Ensure it handles the correct SQL syntax for Postgres while providing a fallback or a clear error for other backends.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.