Page MenuHomePhabricator

Add support for parsing more syntax in search queries
ClosedPublic

Authored by epriestley on Aug 29 2017, 6:40 PM.
Tags
None
Referenced Files
F13170345: D18492.diff
Tue, May 7, 9:20 AM
Unknown Object (File)
Thu, May 2, 5:56 AM
Unknown Object (File)
Fri, Apr 19, 6:46 PM
Unknown Object (File)
Thu, Apr 11, 9:37 AM
Unknown Object (File)
Apr 7 2024, 7:39 AM
Unknown Object (File)
Mar 31 2024, 3:23 PM
Unknown Object (File)
Feb 5 2024, 1:08 PM
Unknown Object (File)
Feb 3 2024, 4:34 PM
Subscribers
None

Details

Summary

Ref T12819. Supports field:term (like title:fulltext) and ~ (substring) and = (exact) operators. Use cases are:

  • title:fulltext - Search only in title fields.
  • ~substring - Search for term as a substring, not a word.
  • title:="exact full title" - Search for results with exactly a given title.
Test Plan

Ran unit tests.

Diff Detail

Repository
rPHU libphutil
Branch
ferret3
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 18206
Build 24481: Run Core Tests
Build 24480: arc lint + arc unit