lemmy/crates/apub/src
Carlos Cabello fa192f16bd
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:09 +02:00
..
activities Remove nonstandard field expires from apub block activity (ref #2316) (#4542) 2024-09-10 12:35:58 +02:00
api Add option to search exclusively by post title (#5015) 2024-09-16 09:59:09 +02:00
collections Remove PersonInsertForm builder (#4779) 2024-06-06 08:29:18 -04:00
fetcher Adding deny unimplemented to clippy lints. (#4922) 2024-07-31 20:28:41 -04:00
http Upgrade http crate (#5006) 2024-09-12 05:49:09 -04:00
objects Throw error when non-mod posts to mod-only comm (#4966) 2024-08-13 14:56:26 -04:00
protocol Remove nonstandard field expires from apub block activity (ref #2316) (#4542) 2024-09-10 12:35:58 +02:00
activity_lists.rs Adding deny unimplemented to clippy lints. (#4922) 2024-07-31 20:28:41 -04:00
lib.rs Replace 3rd party once_cell crate with recently stabilized standard library API (#4919) 2024-07-30 10:11:39 -04:00
mentions.rs Avoid crash when handling urls without domain (#4676) 2024-04-30 06:33:37 -04:00