ankush/lower_search_limit [frappe] PR#21980
See https://github.com/frappe/frappe/pull/21980
Date: 2023-08-09T13:46:21+05:30
- Merge pull request #21980 from ankush/lower_search_limit
- perf: lower limit for global search
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-21980
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease