Loading...
 
Skip to main content

wikiplugin List filter using a smarty variable doesn’t work when the search engine is elasticSearch

Status
Closed
Subject
wikiplugin List filter using a smarty variable doesn’t work when the search engine is elasticSearch
Version
22.x
Category
  • Error
  • Regression
Feature
Search
Resolution status
New
Submitted by
Bernard Sfez / Tiki Specialist
Lastmod by
Bernard Sfez / Tiki Specialist
Rating
(0)
Description

I have a Tiki22 with a smarty template that use an embedded wikiplugin list.

Copy to clipboard
<td>{wikiplugin _name=list} {literal} {filter type=trackeritem} {filter content=3 field=tracker_id} {filter field=tracker_field_parentsIdNumber content={/literal}{$row.parentId}{literal}} {OUTPUT()}<a href="tel:{display name=tracker_field_parentsMobile}">{display name=tracker_field_parentsMobile}</a> <a href="tel:{display name=tracker_field_parentsMobile}"><i class="fas fa-mobile-alt text-dark"></i></a> <a href="https://wa.me/972{display name=tracker_field_parentsMobile}"><i class="fab fa-whatsapp text-success"></i></a>{OUTPUT} {/literal} {/wikiplugin}</td>


If I use mysql search engine I have the expected results.
If I switch to elasticSearch I have no result for the query.

When I rebuilt the index using the console (--log) there are no errors or warning.

Copy to clipboard
tsaharoniki@server001:~/public_html$ php console.php i:r -p --log [18-10-2020 13:54] Started rebuilding index... logging to file: /tmp/Search_Indexer_elastic_tsaharoniki_console.log Unified search -------------- Engine: Elastic, version 7.9 59 secs/59 secs [============================] -- Rebuilding preferences index Indexed trackeritem: 2362 tracker: 23 trackerfield: 192 file: 1363 file gallery: 18 comment: 0 user: 43 group: 6 calendaritem: 26 calendar: 1 wiki page: 46 category: 43 Rebuilding index done Index: tsaharoniki_main_5f8c1f0180f47 Fallback unified search ------------------------ Engine: MySQL, version 10.3.23-MariaDB-0+deb10u1 Index: index_5f8c1f20f3b21 Execution Statistics --------------------- Execution time: 58 secs Current Memory usage: 77.9 MiB Memory peak usage before indexing: 19.7 MiB Memory peak usage after indexing: 79.8 MiB Number of queries: 232317


If I use the html front-end I have a 500.
Image
Image
Image

Solution

Can’t reproduce anymore. (may be something was stuck in the index)
I’ll re-open the ticket if it comes back.

Importance
5
Easy to solve?
5
Priority
25
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
7579
Created
Sunday 18 October, 2020 10:54:45 UTC
by Bernard Sfez / Tiki Specialist
LastModif
Monday 19 October, 2020 17:19:43 UTC


Show PHP error messages