[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] Tiki log search system is not able to find users or IP

"luci \(@luciash\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <690c986665f27_2cac1a34555d2@gitlab-sidekiq-low-urgency-cpu-bound-v2-6b66cd94f-lhvpt.mail>

luci pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
717fd739 by Elifeleti Mukisa Dan at 2025-11-06T12:36:58+00:00
[FIX] Tiki log search system is not able to find users or IP
---
* [FIX] Tiki log search system is not able to find users or IP

See merge request tikiwiki/tiki!8975

- - - - -


1 changed file:

- lib/Logs/LogsLib.php


Changes:

=====================================
lib/Logs/LogsLib.php
=====================================
@@ -553,7 +553,9 @@ class LogsLib extends TikiLib
 
         if ($find) {
             $findesc = '%' . $find . '%';
-            $amid[] = "(`comment` like ? or a.`action` like ? or `object` like ?)";
+            $amid[] = "(`comment` like ? or a.`action` like ? or `object` like ? or `user` like ? or `ip` like ?)";
+            $bindvars[] = $findesc;
+            $bindvars[] = $findesc;
             $bindvars[] = $findesc;
             $bindvars[] = $findesc;
             $bindvars[] = $findesc;



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/717fd7398dfc965b0b1386ce98531b563cfaac0c

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/717fd7398dfc965b0b1386ce98531b563cfaac0c
You're receiving this email because of your account on gitlab.com.

_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.