• Teodor Sigaev's avatar
    Text parser rewritten: · c52795d1
    Teodor Sigaev authored
            - 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'
    c52795d1
tsearch2.sql 15.5 KB