mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-23 07:12:41 +01:00
5a95efaa4b
Summary: Fixes T11955. Milestone names are currently tokenizing and indexing awkwardly. For example, "A (B C D)" becomes the tokens "A", "(B", "C" and "D)". The token "(B" can't be searched for since "(" is tokenized on the client. Instead, tokenize "A (B C D)" into "A", "B", "C", "D". Test Plan: - Added unit tests. - Used `bin/search index --type project --force` to reindex. - Searched for "A", "B", "C", "D", etc., for real examples. - Now, found milestones more consistently. - Also serached for `viewer()`, `members()`, etc. Reviewers: chad Reviewed By: chad Maniphest Tasks: T11955 Differential Revision: https://secure.phabricator.com/D17012 |
||
---|---|---|
.. | ||
__tests__ | ||
aphront | ||
applications | ||
docs | ||
extensions | ||
infrastructure | ||
view | ||
__phutil_library_init__.php | ||
__phutil_library_map__.php |