multiple keyword search

Поиск
Список
Период
Сортировка
От Mike Field
Тема multiple keyword search
Дата
Msg-id 001f01beea87$600b7240$0300a8c0@mike
обсуждение исходный текст
Список pgsql-sql
Hi all-
 
I have some text documents inside a table, just inserted normally as text (each tuple is less than 8k).  How can I search the content for multiple keywords, for example, search content field for word1, word2, word3 ?
 
I understand the
 
WHERE content LIKE '%word1%'
 
idea, but how can I search for more than ONE keyword at a time?
 
Most importantly, is there a way to order the results by the quality of the match (ie, best match at the top, worst at the bottom)?
 
Let me know.
Thanks,
Mike
 

В списке pgsql-sql по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [SQL] searching time arrays
Следующее
От: "Hamid Khoshnevis"
Дата:
Сообщение: RE: [SQL] Using intersect in subquery