[dovecot/core] 2778da: fts: Fix searching SEARCH_HEADER_ADDRESS/COMPRESS_...

GitHub noreply at github.com
Wed Feb 7 16:00:28 EET 2018


  Branch: refs/heads/master-2.3
  Home:   https://github.com/dovecot/core
  Commit: 2778da25aaa9f3e80c98d62733025ca179478a45
      https://github.com/dovecot/core/commit/2778da25aaa9f3e80c98d62733025ca179478a45
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2018-02-07 (Wed, 07 Feb 2018)

  Changed paths:
    M src/plugins/fts/fts-search-args.c

  Log Message:
  -----------
  fts: Fix searching SEARCH_HEADER_ADDRESS/COMPRESS_LWSP

These are "non-language" headers that are being searched, so they need to be
searched using data language.


  Commit: abb1f862f84dcec4b8a8c02f5ea9001d35bf10df
      https://github.com/dovecot/core/commit/abb1f862f84dcec4b8a8c02f5ea9001d35bf10df
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2018-02-07 (Wed, 07 Feb 2018)

  Changed paths:
    M src/plugins/fts/fts-user.c

  Log Message:
  -----------
  fts: Fix searching headers with TEXT/BODY

TEXT is searching headers and BODY is searching MIME headers. Those headers
were indexed with data language, so search must also include data language
when looking up words. We'll just include the data language for all
searches now, so it should always work correctly.


Compare: https://github.com/dovecot/core/compare/6f13a900c908...abb1f862f84d


More information about the dovecot-cvs mailing list