[TikiWiki-commits] [Git][tikiwiki/tiki][29.x] [BP][FIX] trackerlib: Make email filters match searches without punctuation

"Domeshow Emmanuel \(@Domeshow\) via TikiWiki-cvs" <[email protected]> Thu, 16 Jul 2026 15:51:04 +0000
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <6a58fde8cdc1a_381ab5a3023447@gitlab-sidekiq-low-urgency-cpu-bound-v2-77c895df49-w66tp.mail>

Domeshow Emmanuel pushed to branch 29.x at Tiki Wiki CMS Groupware / Tiki


Commits:
fc8fdedc by UshindiG at 2026-07-16T18:44:10+03:00
[BP][FIX] trackerlib: Make email filters match searches without punctuation
---
* [BP][FIX] trackerlib: Make email filters match searches without punctuation
---
* [BP][FIX] trackerlib: Make email filters match searches without punctuation

See merge request tikiwiki/tiki!10671

(cherry picked from commit 507c39101b70e03611e8a2719bdb34430b6ac4b1)

See merge request tikiwiki/tiki!10743

- - - - -


1 changed file:

- tiki-view_tracker.php


Changes:

=====================================
tiki-view_tracker.php
=====================================
@@ -31,13 +31,14 @@ $inputConfiguration = [
             'offset'             => 'int',           //get
             'maxRecords'         => 'int',           //get
             'filterfield'        => 'word',          //get
-            'filtervalue_other'  => 'word',          //get
+            'filtervalue_other'  => 'text',          //get
             'displayedFields'    => 'word',          //get
         ],
         'staticKeyFiltersForArrays' => [
             'action'                => 'string',    //get
             'vals'                  => 'none',      //get
-            'filtervalue'        => 'word',          //get
+            'sort_mode'             => 'alnumdash', //get
+            'filtervalue'           => 'text',
         ],
     ],
 ];



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

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/fc8fdedc19829892546f1be2e646185464e69760
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help

_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs