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)
Thu, Dec 26, 1:16 AM
Unknown Object (File)
Tue, Dec 17, 12:34 PM
Unknown Object (File)
Tue, Dec 17, 7:51 AM
Unknown Object (File)
Dec 9 2024, 3:00 PM
Unknown Object (File)
Dec 9 2024, 3:00 PM
Unknown Object (File)
Dec 9 2024, 2:59 PM
Unknown Object (File)
Dec 9 2024, 2:55 PM
Unknown Object (File)
Dec 4 2024, 9:22 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
Branch
fexact1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 20489
Build 27828: Run Core Tests
Build 27827: arc lint + arc unit