Skip to content
New issue

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

Full text search support out of box #246

Open
georgolden opened this issue Jul 20, 2022 · 2 comments
Open

Full text search support out of box #246

georgolden opened this issue Jul 20, 2022 · 2 comments

Comments

@georgolden
Copy link
Member

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

  • clone this repo, run a container or standalone Postgres instance, setup database
git clone [email protected]:metarhia/metasql.git
cd metasql
npm ci
cd db

# optional
sh docker.sh

sh setup.sh
npm t
  • implement tests and queries for text-search use cases

This issue is a general, we need to contribute more to this issue as well. @nechaido @tshemsedinov

@georgolden
Copy link
Member Author

@vmkul vmkul mentioned this issue Aug 1, 2022
5 tasks
@tshemsedinov
Copy link
Member

@vmkul Please accept invitation to assign for this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants