Support full text search language parameter
Open
enhancement
- Dominant language
- Python
- Stars
- 11
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
e.g. `/tsearch?my_tsv=fts(french).amusant`
http://postgrest.org/en/v5.2/api.html#full-text-search
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading the full-text search handling for the `/tsearch` endpoint and the linked PostgREST full-text search documentation. Trace how `fts(french)` is parsed or passed through, then verify that a language-qualified query such as `fts(french).amusant` is supported without breaking existing search syntax.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100