]> git.mxchange.org Git - friendica.git/commit
Add throwaway full-text search feature in a dedicated Database class
authorHypolite Petovan <hypolite@mrpetovan.com>
Wed, 17 Jan 2024 03:24:52 +0000 (22:24 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Wed, 24 Jan 2024 19:42:45 +0000 (14:42 -0500)
commit1191024609ac5262dc5d0acd96b1311df4311c45
tree542d6f05e52be230f228cbd35f42cff5c8a48c0f
parent2e5046f8c3cc8550e86995f634d598974819045f
Add throwaway full-text search feature in a dedicated Database class

- Add explicit return type to UserDefinedChannels->current() to help IDE auto-completion
src/Content/Conversation/Collection/UserDefinedChannels.php
src/Database/DisposableFullTextSearch.php [new file with mode: 0644]