We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0eacb9 commit ac6bbfbCopy full SHA for ac6bbfb
tests/elasticsearch_tests/tests/inputs.py
@@ -78,4 +78,4 @@ def test_altparser_init(self):
78
def test_altparser_prepare(self):
79
altparser = inputs.AltParser('dismax', 'douglas adams', qf='author', mm=1)
80
self.assertEqual(altparser.prepare(self.query_obj),
81
- u"""_query_:"{!dismax mm=1 qf=author v='douglas adams'}\"""")
+ u"""{!dismax mm=1 qf=author v='douglas adams'}""")
0 commit comments