Skip to content
Snippets Groups Projects
Commit c52795d1 authored by Teodor Sigaev's avatar Teodor Sigaev
Browse files

Text parser rewritten:

        - supports multibyte encodings
        - more strict rules for lexemes
        - flex isn't used
Add:
        - tsquery plainto_tsquery(text)
          Function makes tsquery from plain text.
        - &&, ||, !! operation for tsquery for combining
          tsquery from it's parts:  'foo & bar' || 'asd' => 'foo & bar | asd'
parent b91e6ed9
No related branches found
No related tags found
Loading
Showing
with 1613 additions and 424 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment