We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe.
We need to create a simple way to create full text search indexes and handle search queries within the fields.
Solution
We can start by simple implementation of GIN index. https://www.postgresql.org/docs/current/textsearch-tables.html#TEXTSEARCH-TABLES-INDEX
To-Do
git clone [email protected]:metarhia/metasql.git cd metasql npm ci cd db # optional sh docker.sh sh setup.sh npm t
This issue is a general, we need to contribute more to this issue as well. @nechaido @tshemsedinov
The text was updated successfully, but these errors were encountered:
https://www.postgresql.org/docs/current/textsearch.html
Sorry, something went wrong.
@vmkul Please accept invitation to assign for this issue
No branches or pull requests
Is your feature request related to a problem? Please describe.
We need to create a simple way to create full text search indexes and handle search queries within the fields.
Solution
We can start by simple implementation of GIN index.
https://www.postgresql.org/docs/current/textsearch-tables.html#TEXTSEARCH-TABLES-INDEX
To-Do
This issue is a general, we need to contribute more to this issue as well. @nechaido @tshemsedinov
The text was updated successfully, but these errors were encountered: