TickTackk
Guest
Member
Currently the
Diff:
Code:
...
Read more
Continue reading...
XF\Searcher\Thread
only allows to search the threads based on the thread criteria (as it should) but after implementing the following changes to \XF\Searcher\AbstractSearcher
to implement "proxy searcher" feature:Diff:
Code:
Code:
diff --git a/upload/src/XF/Searcher/AbstractSearcher.php b/upload/src/XF/Searcher/AbstractSearcher.php
--- a/upload/src/XF/Searcher/AbstractSearcher.php
+++ b/upload/src/XF/Searcher/AbstractSearcher.php
@@ -29,12 +29,37 @@ abstract class...
Read more
Continue reading...