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)
Sun, Apr 21, 10:56 PM
Unknown Object (File)
Tue, Apr 9, 5:51 AM
Unknown Object (File)
Mar 15 2024, 9:13 PM
Unknown Object (File)
Feb 29 2024, 11:40 PM
Unknown Object (File)
Feb 11 2024, 6:22 AM
Unknown Object (File)
Dec 28 2023, 12:24 AM
Unknown Object (File)
Nov 30 2023, 3:28 AM
Unknown Object (File)
Nov 21 2023, 2:27 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