Conversation
c0876a3 to
954f779
Compare
|
There are a bunch of acceptance test failures on this branch. Its possible that the previous queries were not being interpreted by Elasticsearch as |
c7fee9a to
ac7ba7d
Compare
|
Turns out the error was due to a subtle mistake while converting the queries to ES6: The But the good news is that this code is now good to go! |
9e985f2 to
f7acae0
Compare
This ensures ES6 compatibility Connects pelias/pelias#719
This ensures ES6 support Connects pelias/pelias#719
This ensures ES6 support Connects pelias/pelias#719
f7acae0 to
85450dd
Compare
This PR uses the work in pelias/query#109 to convert our Elasticsearch queries into an ES6 compatible format.
The main change is that we can no longer set the
phraseproperty onmatchqueries. Phrase queries must now use thematch_phrasequery which makes the distinction between the two query types much more clearNote: this PR is currently based on top of #1356, which should be merged first.
Closes #1261
Connects pelias/pelias#719