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
F18808489: D19529.id46691.diff
Sun, Oct 19, 6:44 AM
F18791270: D19529.id46703.diff
Thu, Oct 16, 8:15 AM
F18779253: D19529.diff
Sat, Oct 11, 1:04 PM
F18699991: D19529.id.diff
Sep 27 2025, 2:07 PM
F18689455: D19529.diff
Sep 26 2025, 6:09 PM
F18666117: D19529.diff
Sep 24 2025, 5:59 AM
F18509693: D19529.id.diff
Sep 5 2025, 3:33 AM
F18502993: D19529.diff
Sep 4 2025, 10:47 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