Page MenuHomePhabricator

Support the Ferret "=" (exact match) operator in the actual query engine
ClosedPublic

Authored by epriestley on Jul 20 2018, 10:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Feb 17, 6:23 AM
Unknown Object (File)
Sun, Feb 9, 7:37 PM
Unknown Object (File)
Sun, Feb 9, 6:11 AM
Unknown Object (File)
Sun, Feb 9, 6:11 AM
Unknown Object (File)
Sun, Feb 9, 6:11 AM
Unknown Object (File)
Sun, Feb 9, 6:11 AM
Unknown Object (File)
Sun, Feb 2, 4:07 PM
Unknown Object (File)
Tue, Jan 28, 5:03 PM
Subscribers

Details

Summary

Ref PHI778. In D18492, I added support for parsing this operator, but did not actually implement it in the query engine.

Implementation is fairly straightforward. This supports querying for objects by exact title with title:="exact title". This is probably a bad idea, but sometimes maybe useful anyway.

Test Plan

Queried for title:="xxx", found only exact matches.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable