[TikiWiki-commits] [Git][tikiwiki/tiki][28.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 | <68a5a77639dfc_2c2b8fc5c227c4@gitlab-sidekiq-low-urgency-cpu-bound-v2-78d9d68c78-vkm67.mail> |
Baraka Kinywa pushed to branch 28.x at Tiki Wiki CMS Groupware / Tiki
Commits:
36ff00ab by MAGENE Sem Joel at 2025-08-20T13:39:06+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
---
* [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
- - - - -
1 changed file:
- lib/trackers/trackerlib.php
Changes:
=====================================
lib/trackers/trackerlib.php
=====================================
@@ -3880,7 +3880,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/36ff00ab5e3b80a039bb0fc1536c0c0133f4df71
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/36ff00ab5e3b80a039bb0fc1536c0c0133f4df71
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