fix(blog): Fix typo in search query by cogk [frappe] PR#30912
From: https://github.com/frappe/frappe/pull/30912
Date: 2025-01-29 11:09:47+05:30
- chore: format
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-30912
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-30912
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease