Page MenuHomePhabricator

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

Authored by epriestley on Aug 30 2017, 5:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 20, 11:40 AM
Unknown Object (File)
Fri, Apr 19, 6:47 PM
Unknown Object (File)
Sat, Mar 30, 4:33 PM
Unknown Object (File)
Thu, Mar 28, 3:55 PM
Unknown Object (File)
Mar 18 2024, 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
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.