about summary refs log tree commit diff
path: root/app/services/search_service.rb
AgeCommit message (Expand)Author
2023-03-21Refactoring relations_map (#24195)Takeshi Umeda
2023-02-18Autofix Rubocop Style/IfUnlessModifier (#23697)Nick Schonning
2021-01-22Optimize some regex matching (#15528)luigi
2020-05-14Fix hashtag search performing account search as well (#13758)ThibG
2020-04-02Fix returning results when searching for URL with non-zero offset (#13377)Eugen Rochko
2019-12-04Fix error when using search API with no query (#12541)Eugen Rochko
2019-09-28Add `exclude_unreviewed` param to `GET /api/v2/search` REST API (#11977)Eugen Rochko
2019-09-13Fix search API not resolving URL when type is given (#11822)Eugen Rochko
2019-08-18Add more accurate hashtag search (#11579)Eugen Rochko
2019-08-16Fix accounts search by full/partial display name and others (#11580)Eugen Rochko
2019-07-27Add search syntax for operators and phrases (#11411)Eugen Rochko
2019-04-07Improve blocked view of profiles (#10491)Eugen Rochko
2019-04-01Hide blocking accounts from blocked users (#10442)ThibG
2019-02-26Add type, limit, offset, min_id, max_id, account_id to search API (#10091)Eugen Rochko
2018-12-30Skip full text search if failed (#9654)Jeong Arm
2018-08-15Allow accessing local private/DM messages by URL (#8196)ThibG
2018-04-16Remove extra spaces from search API queries and public account headers (fixes...ThibG
2018-03-03Fix 500 while searching after deleting a post (#6604)Aboobacker MK
2018-02-09Full-text search for authorized statuses (#6423)Eugen Rochko
2018-01-22Rename FetchRemoteResourceService to ResolveURLService (#6328)Akihiko Odaki
2017-12-05Add list of lists component to web UI (#5811)Eugen Rochko
2017-05-05Add specs (and refactor) of FetchRemoteResourceService and SearchService (#2812)Matt Jankowski
2017-03-31Fix reworked searchEugen Rochko
2017-03-22New API method: /api/v1/searchEugen Rochko
2017-03-17Make account search blazing fast and rank followers/followees higher in the r...Eugen Rochko
2017-02-27Fix #104 - Style OAuth authorized applications pageEugen Rochko
2017-02-05Fix #598 - arrow keys to navigate media; fix #481 - non-exact matches no longerEugen Rochko
2016-12-02Fix #329 - avatar errors no longer prevent remote accounts from being savedEugen Rochko
2016-11-26Fix #288 - Strip first @ from search query, don't search accounts if it begin...Eugen Rochko
2016-11-22Moving some counter queries out of subqueries in the APIEugen Rochko
2016-11-15Fix rubocop issues, introduce usage of frozen literal to improve performanceEugen Rochko
2016-11-12Add limit to search resultsEugen Rochko
2016-11-12Use full-text search for autosuggestionsEugen Rochko