Y
Hacker News
new
|
ask
|
show
|
jobs
by
dsavinkov
3556 days ago
I am really glad to see "searching for phrases" feature for Full-Text Search, as doing that with POSIX was really painful operation for long text area fields.
1 comments
dragon_king
3556 days ago
What does 'doing that with POSIX' mean? I have read this many times but I do not have a clear understanding.
link
dsavinkov
3556 days ago
I meant using something like t.long_text_field ~~ '\mexact phrase\M' in actual sql statement -
https://www.postgresql.org/docs/9.5/static/functions-matchin...
link
trungaczne
3556 days ago
I think what he means is "doing it using Unix command line utilities", like grep.
link