B
B
BestJS2019-06-29 21:12:34
PostgreSQL
BestJS, 2019-06-29 21:12:34

How to do a normal PostgreSQL lookup?

I have already implemented a regular full-text search, but it works very crookedly ...
It has a number of drawbacks:
1) Swallows endings (for example, the query 'bast' finds "Basta" and the query 'basta' does not find anything)
2) It searches in full coincidence. A smart search is needed. For example, if you enter the name in Russian, it will give the result in English.
In short, I want something like a full-fledged local search engine
I would be grateful for any thoughts

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dimonchik, 2019-06-29
@dimonchik2013

is everyone here ?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question