1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 10:18:48 +02:00
phorge-phorge/src/applications/maniphest/query
epriestley 79ec5222a5 Reduce Maniphest fulltext limit from PHP_INT_MAX to 10k
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
2013-09-24 10:50:56 -07:00
..
ManiphestTaskQuery.php Reduce Maniphest fulltext limit from PHP_INT_MAX to 10k 2013-09-24 10:50:56 -07:00
ManiphestTaskSearchEngine.php Provide ApplicationSearch hooks in Maniphest 2013-09-16 16:03:09 -07:00
ManiphestTransactionQuery.php Rename ManiphestTransactionPro -> ManiphestTransaction 2013-09-24 10:49:06 -07:00