Fix allterms with prefix on glass with uncommitted changes
commit4a12d37f3b9dedfed36cc76eefd0f31dc9cc3b9b
authorOlly Betts <olly@survex.com>
Wed, 19 Oct 2016 07:33:17 +0000 (19 20:33 +1300)
committerOlly Betts <olly@survex.com>
Wed, 19 Oct 2016 07:33:17 +0000 (19 20:33 +1300)
treee402847253ec340fba4500a116ae3e2ca1257364
parent663f8f028bf198979f3da478ddab82956020e778
Fix allterms with prefix on glass with uncommitted changes

Glass aims to flush just the relevant postlist changes in this case
but the end of the range to flush was wrong, so we'd only actually
flush changes for a term exactly matching the prefix.

Fixes #721
xapian-core/backends/glass/glass_inverter.cc
xapian-core/tests/api_queryparser.cc