Page MenuHomePhabricator

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

Authored by epriestley on Aug 30 2017, 5:12 PM.
Tags
None
Referenced Files
F15536358: D18503.diff
Thu, Apr 24, 9:23 AM
F15517062: D18503.id44436.diff
Fri, Apr 18, 11:44 PM
F15507122: D18503.id44448.diff
Tue, Apr 15, 4:35 PM
F15489740: D18503.id.diff
Fri, Apr 11, 11:52 AM
F15449965: D18503.id44436.diff
Fri, Mar 28, 1:12 PM
F15443248: D18503.id44448.diff
Thu, Mar 27, 3:17 AM
F15437010: D18503.id.diff
Mar 25 2025, 5:00 PM
F15431164: D18503.diff
Mar 24 2025, 10:55 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.