Skip to content

Commit ac6bbfb

Browse files
committed
ElasticSearch: fix AltParser test
AltParser queries are still broken but that fucntionality has only been listed as supported on Solr.
1 parent f0eacb9 commit ac6bbfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/elasticsearch_tests/tests/inputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ def test_altparser_init(self):
7878
def test_altparser_prepare(self):
7979
altparser = inputs.AltParser('dismax', 'douglas adams', qf='author', mm=1)
8080
self.assertEqual(altparser.prepare(self.query_obj),
81-
u"""_query_:"{!dismax mm=1 qf=author v='douglas adams'}\"""")
81+
u"""{!dismax mm=1 qf=author v='douglas adams'}""")

0 commit comments

Comments
 (0)