lemmy/crates/apub/src/api
Carlos Cabello 21e24dc96d Add option to search exclusively by post title (#5015)
* Add option to search exclusively by post title

* Address format issues

* Remove duplicated 'removed' filter

* Replace url_search with search_term

* Build generic PostQuery before search match

* Create default queries. Move title_only to Search struct. Rename Url to PostURL

* Revert PostUrl to Url
2024-09-16 09:59:55 +02:00
..
list_comments.rs Adding a show_read override to GetPosts. (#4846) 2024-06-21 17:39:40 -04:00
list_posts.rs Add show_nsfw override filter to GetPosts. (#4889) 2024-07-09 13:44:23 -04:00
mod.rs Adding an instance-level default_sort_type (#4454) 2024-02-16 09:36:46 -05:00
read_community.rs Fixing not being able to create comments on local community posts. (#4854) 2024-07-07 12:28:42 -04:00
read_person.rs Make sure you can view your moderated deleted and removed communities. (#4912) 2024-07-23 12:38:54 -04:00
resolve_object.rs Fixing not being able to create comments on local community posts. (#4854) 2024-07-07 12:28:42 -04:00
search.rs Add option to search exclusively by post title (#5015) 2024-09-16 09:59:55 +02:00
user_settings_backup.rs Adding checks for higher admin and mod. (#4860) 2024-07-16 12:22:47 +02:00