[TikiWiki-commits] [Git][tikiwiki/tiki][29.x] [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 <6968d5223526_2c181988515db@gitlab-sidekiq-low-urgency-cpu-bound-v2-9fd947f7b-nhq2t.mail>

Victor Emanouilov pushed to branch 29.x at Tiki Wiki CMS Groupware / Tiki


Commits:
63e913a5 by Victor Emanouilov at 2026-01-15T13:52:53+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/63e913a5f8ab3a5eab1dc3384c8eada1a1702b23

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