Page MenuHomePhabricator

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

Authored by epriestley on Aug 30 2017, 5:12 PM.
Tags
None
Referenced Files
F12836629: D18503.diff
Thu, Mar 28, 3:55 PM
Unknown Object (File)
Mon, Mar 18, 1:21 PM
Unknown Object (File)
Feb 21 2024, 3:41 AM
Unknown Object (File)
Feb 3 2024, 4:36 PM
Unknown Object (File)
Feb 2 2024, 3:21 PM
Unknown Object (File)
Jan 16 2024, 5:55 PM
Unknown Object (File)
Jan 13 2024, 8:59 PM
Unknown Object (File)
Jan 6 2024, 6:16 PM
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.