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
F16449963: D19529.diff
Mon, Jun 16, 2:35 PM
Unknown Object (File)
May 10 2025, 5:15 AM
Unknown Object (File)
May 9 2025, 7:07 PM
Unknown Object (File)
May 1 2025, 1:05 AM
Unknown Object (File)
Apr 29 2025, 6:59 PM
Unknown Object (File)
Apr 28 2025, 1:43 PM
Unknown Object (File)
Apr 25 2025, 4:59 PM
Unknown Object (File)
Apr 24 2025, 4:08 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