1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-11 09:22:40 +01:00
phorge-phorge/src/applications
Lex a230e0fab7 switch from term query to match query
Summary:
Switch to the `match` query.  The operator is set to `and` because it defaults to `or` which is likely to annoy users.  We might want to consider using `query_string` to get booleans, wildcards, and other features.  The only problem with `query_string` is that it can allow querying on other fields in the json document, and we may want to prevent that.  That might even expose information we don't want to expose.  Another option would be to parse booleans ourselves and translate them to the ES query DSL.

fixes T5488

Test Plan: Try the `vpn`/`VPN` test case described in T5488.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: WikiChad, epriestley, Korvin

Maniphest Tasks: T5488

Differential Revision: https://secure.phabricator.com/D9785
2014-07-09 15:47:07 -07:00
..
aphlict/management Try nodejs before node when starting notification server 2014-06-07 13:56:23 -07:00
arcanist/conduit Remove @group annotations 2014-07-10 08:12:48 +10:00
audit Remove @group annotations 2014-07-10 08:12:48 +10:00
auth Support Bitbucket as an auth provider in Phabricator 2014-06-28 05:01:37 -07:00
base Remove @group annotations 2014-07-10 08:12:48 +10:00
cache Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00
calendar Remove @group annotations 2014-07-10 08:12:48 +10:00
chatlog Remove @group annotations 2014-07-10 08:12:48 +10:00
conduit Remove @group annotations 2014-07-10 08:12:48 +10:00
config Fix typo in ConfigWelcomeController support text 2014-07-07 04:54:00 -07:00
conpherence Remove @group annotations 2014-07-10 08:12:48 +10:00
countdown Remove @group annotations 2014-07-10 08:12:48 +10:00
daemon Continue on bad daemon pid data 2014-06-26 15:23:22 -07:00
dashboard Allow dashboard panels to be archived 2014-07-01 17:50:28 -07:00
differential Remove @group annotations 2014-07-10 08:12:48 +10:00
diffusion Remove @group annotations 2014-07-10 08:12:48 +10:00
diviner Fix an issue with Diviner symbol rule using incorrect logic 2014-07-02 04:58:23 -07:00
doorkeeper Add flat text assertions to Phabricator remarkup rules 2014-07-01 11:04:05 -07:00
draft/storage Differential - add DifferentialDraft to track whether revisions have draft feedback or not 2014-02-18 16:25:16 -08:00
drydock Remove @group annotations 2014-07-10 08:12:48 +10:00
fact Set device to false for all pages which don't specify device readiness 2014-06-23 15:15:11 -07:00
feed Remove @group annotations 2014-07-10 08:12:48 +10:00
files Remove @group annotations 2014-07-10 08:12:48 +10:00
flag Remove @group annotations 2014-07-10 08:12:48 +10:00
harbormaster Remove @group annotations 2014-07-10 08:12:48 +10:00
help Add support for aural-only and visual-only elements 2014-05-01 07:18:18 -07:00
herald Remove @group annotations 2014-07-10 08:12:48 +10:00
home Remove all device = true from page construction 2014-06-23 15:18:14 -07:00
legalpad Remove @group annotations 2014-07-10 08:12:48 +10:00
lipsum Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00
macro Remove @group annotations 2014-07-10 08:12:48 +10:00
mailinglists Remove all device = true from page construction 2014-06-23 15:18:14 -07:00
maniphest Remove @group annotations 2014-07-10 08:12:48 +10:00
meta Remove all device = true from page construction 2014-06-23 15:18:14 -07:00
metamta Remove @group annotations 2014-07-10 08:12:48 +10:00
notification React to Aphlict disconnects in the UI 2014-06-24 09:41:40 -07:00
nuance Remove @group annotations 2014-07-10 08:12:48 +10:00
oauthserver Remove @group annotations 2014-07-10 08:12:48 +10:00
owners Remove @group annotations 2014-07-10 08:12:48 +10:00
passphrase Allow linking to passphrase credential via remarkup 2014-06-25 14:59:12 -07:00
paste Remove @group annotations 2014-07-10 08:12:48 +10:00
people Remove @group annotations 2014-07-10 08:12:48 +10:00
phame Remove @group annotations 2014-07-10 08:12:48 +10:00
phid Remove @group annotations 2014-07-10 08:12:48 +10:00
phlux Remove all device = true from page construction 2014-06-23 15:18:14 -07:00
pholio Remove @group annotations 2014-07-10 08:12:48 +10:00
phortune Remove all device = true from page construction 2014-06-23 15:18:14 -07:00
phpast Remove all device = true from page construction 2014-06-23 15:18:14 -07:00
phragment Remove @group annotations 2014-07-10 08:12:48 +10:00
phrequent Remove @group annotations 2014-07-10 08:12:48 +10:00
phriction Remove @group annotations 2014-07-10 08:12:48 +10:00
policy Add a "documents I've signed" view to Legalpad 2014-06-28 16:37:15 -07:00
ponder Remove @group annotations 2014-07-10 08:12:48 +10:00
project Remove @group annotations 2014-07-10 08:12:48 +10:00
releeph Remove @group annotations 2014-07-10 08:12:48 +10:00
remarkup/conduit When a conduit method requires a string constant, call it "string-const" not "enum" 2014-05-14 21:59:03 -07:00
repository set localpath in repository.create 2014-07-09 15:35:25 -07:00
search switch from term query to match query 2014-07-09 15:47:07 -07:00
settings Fix validation of SSH keys with spaces in the comment field 2014-06-23 15:28:52 -07:00
slowvote Remove @group annotations 2014-07-10 08:12:48 +10:00
subscriptions Touch up Subscriber List Dialog 2014-06-07 21:43:04 -07:00
support/application Whitelist allowed editor protocols 2014-03-17 13:00:37 -07:00
system Substantially support character encodings and "Highlight As" in changesets 2014-06-20 11:49:41 -07:00
tokens Remove all device = true from page construction 2014-06-23 15:18:14 -07:00
transactions Support custom actions in Herald 2014-07-02 14:29:46 +10:00
typeahead Make Legalpad documents have a little document icon in typeaheads 2014-06-28 21:44:09 -07:00
uiexample Slimmer Shade Tags 2014-06-26 14:19:32 -07:00
xhprof Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00