• T
    Text parser rewritten: · c52795d1
    Teodor Sigaev 提交于
            - 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
Makefile 525 字节