mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-13 18:32:41 +01:00
79ec5222a5
Summary: PHP_INT_MAX is rejected by ElasticSearch since it's outside of the representable integer range (see: <https://gist.github.com/JustinTulloss/c4ac0e1c93d6d1e91744>). Just use 10K, as matching more than 10K results probably isn't useful to anyone. Test Plan: Confirmed this fixes the issue in IRC. Ran a fulltext search. Reviewers: btrahan Reviewed By: btrahan CC: aran Differential Revision: https://secure.phabricator.com/D7097 |
||
---|---|---|
.. | ||
ManiphestTaskQuery.php | ||
ManiphestTaskSearchEngine.php | ||
ManiphestTransactionQuery.php |