[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] manticore: allow searching in tracker json fields from formatted lookup

"Victor Emanouilov \(@kroky\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <6968d514575e5_2c2c2186411491@gitlab-sidekiq-low-urgency-cpu-bound-v2-9fd947f7b-rs6js.mail>

Victor Emanouilov pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
d1627652 by Victor Emanouilov at 2026-01-15T13:52:44+02:00
[FIX] manticore: allow searching in tracker json fields from formatted lookup

- - - - -


1 changed file:

- lib/core/Search/Manticore/Index.php


Changes:

=====================================
lib/core/Search/Manticore/Index.php
=====================================
@@ -719,6 +719,9 @@ class Index implements \Search_Index_Interface, \Search_Index_QueryRepository
     }
     public function isTextField($field)
     {
+        if ($this->isFieldInJson($field)) {
+            return true;
+        }
         $mapping = $this->getFieldMapping($field);
         if (! empty($mapping['types']) && in_array('text', $mapping['types'])) {
             return true;



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

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