Answer the question
In order to leave comments, you need to log in
Transliteral search?
The table has name = A101
etc.
How would it be more correct to make this string searched both as English and as Russian "A"?
Now, in general, the search goes through ilike:
select * from rooms where name ilike %?%
Answer the question
In order to leave comments, you need to log in
Write the transliteration in the next column, index and search in two columns.
SELECT * FROM rooms WHERE name = 'A101' OR name = 'А101'
A1О1'
, AI01'
and so on.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question