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)
Wed, May 7, 6:40 AM
Unknown Object (File)
Tue, May 6, 1:41 AM
Unknown Object (File)
Apr 29 2025, 12:08 AM
Unknown Object (File)
Apr 25 2025, 3:25 PM
Unknown Object (File)
Apr 25 2025, 1:57 AM
Unknown Object (File)
Apr 24 2025, 9:23 AM
Unknown Object (File)
Apr 18 2025, 11:44 PM
Unknown Object (File)
Apr 15 2025, 4:35 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.