Page MenuHomePhabricator

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

Authored by epriestley on Aug 30 2017, 5:12 PM.
Tags
None
Referenced Files
F15412139: D18503.id44448.diff
Wed, Mar 19, 11:27 AM
F15400002: D18503.diff
Mon, Mar 17, 9:04 AM
Unknown Object (File)
Wed, Feb 26, 1:03 PM
Unknown Object (File)
Wed, Feb 26, 1:02 PM
Unknown Object (File)
Sat, Feb 22, 12:49 PM
Unknown Object (File)
Feb 9 2025, 9:38 PM
Unknown Object (File)
Feb 7 2025, 4:58 PM
Unknown Object (File)
Jan 24 2025, 7:13 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.