Skip to content
Snippets Groups Projects
  • Teodor Sigaev's avatar
    3dbbd0f0
    Do not fallback to AND for FTS phrase operator. · 3dbbd0f0
    Teodor Sigaev authored
    If there is no positional information of lexemes then phrase operator will not
    fallback to AND operator. This change makes needing to modify TS_execute()
    interface, because somewhere (in indexes, for example) positional information
    is unaccesible and in this cases we need to force fallback to AND.
    
    Per discussion c19fcfec308e6ccd952cdde9e648b505@mail.gmail.com
    3dbbd0f0
    History
    Do not fallback to AND for FTS phrase operator.
    Teodor Sigaev authored
    If there is no positional information of lexemes then phrase operator will not
    fallback to AND operator. This change makes needing to modify TS_execute()
    interface, because somewhere (in indexes, for example) positional information
    is unaccesible and in this cases we need to force fallback to AND.
    
    Per discussion c19fcfec308e6ccd952cdde9e648b505@mail.gmail.com