metarhia / metasql

Metarhia SQL builder and Postgres utilities 🐘
https://metarhia.com
MIT License
40 stars 14 forks source link

Full text search support out of box #246

Open georgolden opened 2 years ago

georgolden commented 2 years ago

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

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 commented 2 years ago

https://www.postgresql.org/docs/current/textsearch.html

tshemsedinov commented 2 years ago

@vmkul Please accept invitation to assign for this issue