1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-10 13:58:34 +01:00
phorge-phorge/src/applications/search/query
epriestley 2748f83e12 Modularize Ferret fulltext functions
Summary: Ref T13511. Currently, Ferret fulltext field functions (like "title:") are hard-coded. Modularize them so extensions may define new ones.

Test Plan: Added a new custom field which emits data for the indexer, searched for "animal-noises:moo", "animal-noises:-", etc., in global search and application search.

Maniphest Tasks: T13511

Differential Revision: https://secure.phabricator.com/D21131
2020-04-16 13:41:13 -07:00
..
PhabricatorFulltextResultSet.php Show users how fulltext search queries are parsed and executed; don't query stopwords or short tokens 2017-04-12 19:07:54 -07:00
PhabricatorFulltextToken.php Modularize Ferret fulltext functions 2020-04-16 13:41:13 -07:00
PhabricatorNamedQueryConfigQuery.php Make the default ApplicationSearch query explicit, not just the first item in the list 2017-08-24 15:21:00 -07:00
PhabricatorNamedQueryQuery.php Lightly modernize NamedQueryQuery 2017-08-14 09:07:11 -07:00
PhabricatorProfileMenuItemConfigurationQuery.php Index and surface usage sites for Dashboards 2019-04-12 06:13:44 -07:00
PhabricatorProfileMenuItemConfigurationTransactionQuery.php Rename "ProfilePanelConfiguration" to "ProfileMenuItemConfiguration" 2016-12-11 11:44:22 -08:00
PhabricatorSavedQueryQuery.php Update many Phabricator queries for new %Q query semantics 2018-11-15 03:48:10 -08:00
PhabricatorSearchApplicationSearchEngine.php Improve search highlighting for CJK and substring queries 2017-09-22 11:34:46 -07:00
PhabricatorSearchDocumentQuery.php Show users how fulltext search queries are parsed and executed; don't query stopwords or short tokens 2017-04-12 19:07:54 -07:00