Page MenuHomePhabricator

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

Authored by epriestley on Aug 30 2017, 5:12 PM.
Tags
None
Referenced Files
F15449965: D18503.id44436.diff
Fri, Mar 28, 1:12 PM
F15443248: D18503.id44448.diff
Thu, Mar 27, 3:17 AM
F15437010: D18503.id.diff
Tue, Mar 25, 5:00 PM
F15431164: D18503.diff
Mon, Mar 24, 10:55 AM
F15412139: D18503.id44448.diff
Wed, Mar 19, 11:27 AM
F15400002: D18503.diff
Mon, Mar 17, 9:04 AM
Unknown Object (File)
Feb 26 2025, 1:03 PM
Unknown Object (File)
Feb 26 2025, 1:02 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
Branch
ferret9
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 18221
Build 24505: Run Core Tests
Build 24504: arc lint + arc unit

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.