Re: Simplifying Text Search

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Simplifying Text Search
Дата
Msg-id 1194900476.2644.226.camel@ebony.site
обсуждение исходный текст
Ответ на Re: Simplifying Text Search  (Heikki Linnakangas <heikki@enterprisedb.com>)
Ответы Re: Simplifying Text Search  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-hackers
On Mon, 2007-11-12 at 20:17 +0000, Heikki Linnakangas wrote:

> Granted, @@ is a bit awkward until you get used to it. "x LIKE y" would 
> read out better, but unfortunately that's already taken ;-).

Remember, I'm not suggesting we get rid of @@

> In any case, it's way too late.

I'm suggesting we add a couple of simple SQL functions that will help
text search docs be more easily understood.

It's beta and its valid to respond to usability issues just as we would
respond to code bugs. Otherwise, why have beta? Late, but not too late. 

SQLServer, Oracle and MySQL all use functions, not operators. My
observation would be that we have the hardest and most difficult to
understand full text search capability. The Contains() function seems
like a better name than I gave earlier also.

I love what we've done; I just want more people be able to use it.

--  Simon Riggs 2ndQuadrant  http://www.2ndQuadrant.com



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

Предыдущее
От: Aidan Van Dyk
Дата:
Сообщение: Re: Simplifying Text Search
Следующее
От: "Pavel Stehule"
Дата:
Сообщение: Re: Simplifying Text Search