D
D
Denis Petrenko2022-01-09 10:06:08
SQLite
Denis Petrenko, 2022-01-09 10:06:08

How to implement fuzzy search?

The task is quite simple, it is necessary to implement a relative search for occurrences in a field in the database with a match of about 80% (preferably with protection) using SQLite3.
Example: There is a name field, it is equal to Gregory, you need the database to return a string at the request of Grivorpy (+-), well, the length of the requests can be different (less or more than the target).

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dr. Bacon, 2022-01-09
@bacon

https://antonz.ru/similar-words/

S
Sergey Gornostaev, 2022-01-09
@sergey-gornostaev

Use the full text search extension .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question