index
:
mastodon
this commit
cybrespace-3.3
main
monsterfork-1.0
monsterfork-2020-09-01
monsterfork-2020-11-29
Plural Café fork of Mastodon/Glitch Social
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
services
/
search_service.rb
Age
Commit message (
Expand
)
Author
2019-12-04
Fix error when using search API with no query (#12541)
Eugen Rochko
2019-09-28
Add `exclude_unreviewed` param to `GET /api/v2/search` REST API (#11977)
Eugen Rochko
2019-09-13
Fix search API not resolving URL when type is given (#11822)
Eugen Rochko
2019-08-18
Add more accurate hashtag search (#11579)
Eugen Rochko
2019-08-16
Fix accounts search by full/partial display name and others (#11580)
Eugen Rochko
2019-07-27
Add search syntax for operators and phrases (#11411)
Eugen Rochko
2019-04-07
Improve blocked view of profiles (#10491)
Eugen Rochko
2019-04-01
Hide blocking accounts from blocked users (#10442)
ThibG
2019-02-26
Add type, limit, offset, min_id, max_id, account_id to search API (#10091)
Eugen Rochko
2018-12-30
Skip full text search if failed (#9654)
Jeong Arm
2018-08-15
Allow accessing local private/DM messages by URL (#8196)
ThibG
2018-04-16
Remove extra spaces from search API queries and public account headers (fixes...
ThibG
2018-03-03
Fix 500 while searching after deleting a post (#6604)
Aboobacker MK
2018-02-09
Full-text search for authorized statuses (#6423)
Eugen Rochko
2018-01-22
Rename FetchRemoteResourceService to ResolveURLService (#6328)
Akihiko Odaki
2017-12-05
Add list of lists component to web UI (#5811)
Eugen Rochko
2017-05-05
Add specs (and refactor) of FetchRemoteResourceService and SearchService (#2812)
Matt Jankowski
2017-03-31
Fix reworked search
Eugen Rochko
2017-03-22
New API method: /api/v1/search
Eugen Rochko
2017-03-17
Make account search blazing fast and rank followers/followees higher in the r...
Eugen Rochko
2017-02-27
Fix #104 - Style OAuth authorized applications page
Eugen Rochko
2017-02-05
Fix #598 - arrow keys to navigate media; fix #481 - non-exact matches no longer
Eugen Rochko
2016-12-02
Fix #329 - avatar errors no longer prevent remote accounts from being saved
Eugen Rochko
2016-11-26
Fix #288 - Strip first @ from search query, don't search accounts if it begin...
Eugen Rochko
2016-11-22
Moving some counter queries out of subqueries in the API
Eugen Rochko
2016-11-15
Fix rubocop issues, introduce usage of frozen literal to improve performance
Eugen Rochko
2016-11-12
Add limit to search results
Eugen Rochko
2016-11-12
Use full-text search for autosuggestions
Eugen Rochko