[Developer] Proxy searcher

  • Thread starter Thread starter TickTackk
  • Start date Start date

TickTackk

Guest
Member
Currently the 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...
 
Top