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
F18051120: D19529.diff
Sun, Aug 3, 10:09 PM
F17914889: D19529.diff
Tue, Jul 29, 7:50 PM
Unknown Object (File)
Jun 18 2025, 2:05 PM
Unknown Object (File)
Jun 16 2025, 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
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