Admin Log Search

Admin Log Search [Paid] 2.6.2

No permission to buy ($30.00)
Hello, Xon.
Few issues here

Got this wen search contains symbol '
Code:
XF\Db\InvalidQueryException: MySQL statement prepare error [1064]: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'Бухательная\\'\%') OR (convert(`xf_moderator_log`.`action_params` ...' at line 4 in src/XF/Db/AbstractStatement.php at line 230
XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 198
XF\Db\Mysqli\Statement->getException() in src/XF/Db/Mysqli/Statement.php at line 41
XF\Db\Mysqli\Statement->prepare() in src/XF/Db/Mysqli/Statement.php at line 56
XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1430
XF\Mvc\Entity\Finder->fetch() in src/XF/Admin/Controller/Log.php at line 125
XF\Admin\Controller\Log->actionModerator() in src/addons/SV/AdminLogSearch/XF/Admin/Controller/Log.php at line 715
SV\AdminLogSearch\XF\Admin\Controller\Log->actionModerator() in src/XF/Mvc/Dispatcher.php at line 352
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2487
XF\App->run() in src/XF.php at line 524
XF::runApp() in admin.php at line 13
 
And I wanted to ask you about how the search works.
If I search for 1-2 or 3 first words of a phrase, the search finds them correctly.
When I search for a phrase with more words or a unique keyword or post ID within a phrase, I can't find them. Search is done in Cyrillic if it matters
 
W
Hello, Xon.
Few issues here

Got this wen search contains symbol '
Code:
XF\Db\InvalidQueryException: MySQL statement prepare error [1064]: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'Бухательная\\'\%') OR (convert(`xf_moderator_log`.`action_params` ...' at line 4 in src/XF/Db/AbstractStatement.php at line 230
XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 198
XF\Db\Mysqli\Statement->getException() in src/XF/Db/Mysqli/Statement.php at line 41
XF\Db\Mysqli\Statement->prepare() in src/XF/Db/Mysqli/Statement.php at line 56
XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1430
XF\Mvc\Entity\Finder->fetch() in src/XF/Admin/Controller/Log.php at line 125
XF\Admin\Controller\Log->actionModerator() in src/addons/SV/AdminLogSearch/XF/Admin/Controller/Log.php at line 715
SV\AdminLogSearch\XF\Admin\Controller\Log->actionModerator() in src/XF/Mvc/Dispatcher.php at line 352
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2487
XF\App->run() in src/XF.php at line 524
XF::runApp() in admin.php at line 13
What version of XF?

And I wanted to ask you about how the search works.
If I search for 1-2 or 3 first words of a phrase, the search finds them correctly.
When I search for a phrase with more words or a unique keyword or post ID within a phrase, I can't find them. Search is done in Cyrillic if it matters
It is a simple text match, it doesn't do anything fancy like use elasticsearch
 
Top Bottom