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
F14081721: D19529.diff
Fri, Nov 22, 9:28 PM
Unknown Object (File)
Mon, Nov 18, 2:19 AM
Unknown Object (File)
Sun, Nov 10, 9:41 AM
Unknown Object (File)
Tue, Nov 5, 11:53 PM
Unknown Object (File)
Sat, Oct 26, 6:41 AM
Unknown Object (File)
Oct 19 2024, 6:39 PM
Unknown Object (File)
Sep 21 2024, 7:27 PM
Unknown Object (File)
Sep 16 2024, 10:45 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