Page MenuHomePhabricator

Add "title:..." support to the Ferret engine
ClosedPublic

Authored by epriestley on Aug 30 2017, 5:12 PM.
Tags
None
Referenced Files
F18320261: D18503.id.diff
Sun, Aug 24, 2:37 PM
F18290034: D18503.diff
Sat, Aug 23, 9:40 AM
F18089751: D18503.id44436.diff
Wed, Aug 6, 12:16 PM
F17792466: D18503.id44448.diff
Jul 24 2025, 10:49 PM
F17764815: D18503.id.diff
Jul 23 2025, 1:05 AM
F17761334: D18503.id44448.diff
Jul 22 2025, 8:37 PM
F17728151: D18503.diff
Jul 19 2025, 11:40 AM
Unknown Object (File)
Jun 3 2025, 8:34 AM
Subscribers
None

Details

Summary

Ref T12819. Adds (hacky, hard-coded) field support (for now, only for "title").

I've written this so title:quick ferret is the same as title:quick title:ferret. I think this is what users probably mean.

You can do the other thing as ferret title:quick, or title:quick all:ferret.

Test Plan

Searched for title:x, title:"x", title:~"x", etc. Searched for "garbage:y", got an exception since that's not a recognized function. Searched for title:x y, saw both do title search.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Aug 30 2017, 5:26 PM
This revision was automatically updated to reflect the committed changes.