about summary refs log tree commit diff
path: root/app/lib/search_query_transformer.rb
AgeCommit message (Collapse)Author
2022-02-14Add `from:` query operator to search syntax (#16526)Jeong Arm
* Add 'by:userhandle' parameter to search api * Use search syntax for "by" prefix * Codeclimate * Use 'from' instead of 'by'
2019-12-30Fix error when searching for empty phrase (#12711)Eugen Rochko
Fix #12619
2019-08-16Fix accounts search by full/partial display name and others (#11580)Eugen Rochko
- Restrict followers counts to local users to minimize local advantage - Fix emoji shortcodes causing error in search - Fix search syntax parse errors not being caught
2019-07-27Add search syntax for operators and phrases (#11411)Eugen Rochko