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

"Domeshow Emmanuel \(@Domeshow\) via TikiWiki-cvs" <[email protected]> Tue, 14 Jul 2026 21:06:42 +0000
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <6a56a4e24da0c_3819c10c555cb@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bdf8cff9b-t9sgd.mail>

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


Commits:
507c3910 by UshindiG at 2026-07-14T23:57:25+03:00
[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

- - - - -


1 changed file:

- tiki-view_tracker.php


Changes:

=====================================
tiki-view_tracker.php
=====================================
@@ -29,14 +29,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
             'sort_mode'             => 'alnumdash', //get
-            'filtervalue'           => 'word',
+            'filtervalue'           => 'text',
         ],
     ],
 ];



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

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