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

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


Commits:
f26da6b3 by Victor Emanouilov at 2026-01-15T13:53:03+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
=====================================
@@ -651,6 +651,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/f26da6b3686e4b978e731ef88caef44bf98fe60b

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