]> Sergey Matveev's repositories - public-inbox.git/commit
examples/cgit-commit-filter: improve quoted text handling
authorEric Wong <e@80x24.org>
Sat, 13 Feb 2021 02:15:03 +0000 (02:15 +0000)
committerEric Wong <e@80x24.org>
Sat, 27 Feb 2021 20:21:17 +0000 (16:21 -0400)
commitc9ff20cbef45d32e4b46a78f081312543c781428
tree3cd646feb522f78335187a361a4004e49c7b597f
parentb4603182d50456dc410093efd4d921078559fd42
examples/cgit-commit-filter: improve quoted text handling

With an example such as:

something before "quoted phrase" something after

The Xapian will now see:

[ "something before", "quoted phrase", "something after" ]

whereas before it would see:

[ "something before", "quoted", "phrase", "something after" ]

which should improve search results accuracy when looking
up commits by commit title (subject).
examples/cgit-commit-filter.lua