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)
Mar 4 2026, 9:04 PM
Unknown Object (File)
Feb 13 2026, 4:52 PM
Unknown Object (File)
Nov 24 2025, 11:36 PM
Unknown Object (File)
Nov 2 2025, 5:59 PM
Unknown Object (File)
Nov 1 2025, 1:13 AM
Unknown Object (File)
Oct 31 2025, 2:00 PM
Unknown Object (File)
Oct 19 2025, 6:44 AM
Unknown Object (File)
Oct 16 2025, 8:15 AM
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