hasura / hasura/graphql-engine
Full text search added to existing model of GraphQL
- Dominant language
- TypeScript
- Stars
- 32.1k
- Forks
- 3k
- PR merge metrics
- PR metrics pending
Description
Hi, is there a way to add full-text search functions or fuzzy search in the schema that Hasura creates? I know there are custom functions to do that, but I think it will be complicated to me to add another returning response from a different query into the UI
Just another function like the ones existing, _ilike or like but with full-text search capabilities
I've seen other GraphQL engines with this feature already on the schema itself is there a way to do that with PostgreSQL at least
Contributor guide
Research direction
Start by reviewing the existing _ilike and like functions in the generated GraphQL schema and PostgreSQL full-text-search capabilities. Define how full-text or fuzzy search should be exposed in the schema and how it should work for existing models; done means the proposed behavior is implemented and verified for PostgreSQL.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- graphql, postgresql
- Domain
- api, database
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100