Homec4science

Support operators in Phabricator search

Authored by vrana <jakubv@fb.com> on Mar 31 2012, 01:49.

Description

Support operators in Phabricator search

Summary:
Boolean search supports operators, such as phrase search.
It can be further improved by setting ft_boolean_syntax to ' |-><()~*:""&^' (note the leading space):
Default value uses no operator for "optional word" and + for "mandatory word".
This value uses no operator for "mandatory word" and | for "optional word".

Test Plan: Search for "Enter the name" (with quotes).

Reviewers: epriestley

Reviewed By: epriestley

CC: aran

Differential Revision: https://secure.phabricator.com/D2064

Details

Committed
vrana <jakubv@fb.com>Mar 31 2012, 02:46
Pushed
aubortJan 31 2017, 17:16
Parents
rPH4aef8761381b: Add script to delete revisions without diff
Branches
Unknown
Tags
Unknown

Event Timeline

vrana <jakubv@fb.com> committed rPH99704ed48513: Support operators in Phabricator search (authored by vrana <jakubv@fb.com>).Mar 31 2012, 02:46