[TikiWiki-commits] [Git][tikiwiki/tiki][27.x] [BP][FIX] Trackers: Autocomplete search is inconsistent with the main Find button

"Baraka Kinywa \(@bkinywa24\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <68a5ae2b6f34e_2c206b95c95312@gitlab-sidekiq-low-urgency-cpu-bound-v2-78d9d68c78-42z9k.mail>

Baraka Kinywa pushed to branch 27.x at Tiki Wiki CMS Groupware / Tiki


Commits:
263ef628 by MAGENE Sem Joel at 2025-08-20T14:08:29+03:00
[BP][FIX] Trackers: Autocomplete search is inconsistent with the main Find button
---
* [BP][FIX] Trackers: Autocomplete search is inconsistent with the main Find button
---
* [BP][FIX] Trackers: Autocomplete search is inconsistent with the main Find button
---
* [FIX] Trackers: Autocomplete search is inconsistent with the main Find button
---
* [FIX] tracker: Autocomplete search is inconsistent with main Find button and should use a contains logic

See merge request tikiwiki/tiki!8183

(cherry picked from commit 1ffba124212680458a2bed6b3a03ef1ef6cc80de)

See merge request tikiwiki/tiki!8331

(cherry picked from commit 9d7455e8668206649957fc508bdb4171c0354fc9)

See merge request tikiwiki/tiki!8339

(cherry picked from commit 36ff00ab5e3b80a039bb0fc1536c0c0133f4df71)

See merge request tikiwiki/tiki!8340

- - - - -


1 changed file:

- lib/trackers/trackerlib.php


Changes:

=====================================
lib/trackers/trackerlib.php
=====================================
@@ -3875,7 +3875,7 @@ class TrackerLib extends TikiLib
         //FIXME: perm filter ?
         $result = $this->fetchAll(
             'SELECT `name` FROM `tiki_trackers` WHERE `name` LIKE ?',
-            [$name . '%'],
+            ['%' . $name . '%'],
             10
         );
         $names = [];



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/263ef6287cc036467240e2284c92327f8c2209c1

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/263ef6287cc036467240e2284c92327f8c2209c1
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.