pg_search
pg_search copied to clipboard
multiple search-keys
Hi,
is a OR-search possible?
Member.pg_search_scope(['word-1', 'word-2', 'word-3'])
did not work for me, an i can not find a description
It's not currently possible in pg_search, although it is possible to combine tsquery
objects in PostgreSQL with the ||
operator, so if someone wanted to implement this, it should be possible.
For more information, see: https://www.postgresql.org/docs/current/functions-textsearch.html