Page MenuHomePhabricator

change elasticsearch text query to match query for compat with 1.1.0
ClosedPublic

Authored by lexelby on Jun 30 2014, 1:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 3, 9:04 AM
Unknown Object (File)
Mon, Apr 29, 1:43 AM
Unknown Object (File)
Wed, Apr 24, 11:49 PM
Unknown Object (File)
Sat, Apr 20, 7:11 PM
Unknown Object (File)
Thu, Apr 11, 10:15 AM
Unknown Object (File)
Apr 5 2024, 11:44 AM
Unknown Object (File)
Apr 5 2024, 11:27 AM
Unknown Object (File)
Apr 3 2024, 8:34 AM

Details

Summary

ElasticSearch silently removed the long-deprecated text query in favor of the match query. match works just like text, so the fix is simple.

fixes T5507

Test Plan

see if the breakage is fixed

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

lexelby retitled this revision from to change elasticsearch text query to match query for compat with 1.1.0.
lexelby updated this object.
lexelby edited the test plan for this revision. (Show Details)
lexelby added a reviewer: epriestley.
This revision is now accepted and ready to land.Jul 9 2014, 10:41 PM
epriestley updated this revision to Diff 23683.

Closed by commit rP4dd9be5c94da (authored by @lexelby, committed by @epriestley).