aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary
diff options
context:
space:
mode:
Diffstat (limited to 'searchsummary')
-rw-r--r--searchsummary/src/tests/extractkeywords/simplequerystackitem.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/searchsummary/src/tests/extractkeywords/simplequerystackitem.cpp b/searchsummary/src/tests/extractkeywords/simplequerystackitem.cpp
index b31173c74c2..f3706bfc7c1 100644
--- a/searchsummary/src/tests/extractkeywords/simplequerystackitem.cpp
+++ b/searchsummary/src/tests/extractkeywords/simplequerystackitem.cpp
@@ -186,8 +186,9 @@ SimpleQueryStackItem::AppendBuffer(RawBuf *buf) const
buf->appendCompressedPositiveNumber(_arg2); // allow_approximate
buf->appendCompressedPositiveNumber(_arg3); // explore_additional_hits
break;
- case ITEM_PREDICATE_QUERY: // not handled at all here
case ITEM_MULTI_TERM: // TODO: handle
+ case ITEM_PREDICATE_QUERY: // not handled at all here
+ case ITEM_MAX:
case ITEM_UNDEF:
abort();
break;