Hi,
I've got a huge problem with search box on full text: search is only done on automatic intro text and not on full text. On URL I gave (staging website), it's on the filter "Actualités" (and page is named the same in menu). Could you please help me to fix it?
Best regards

    Hi tomoe

    I tried to search and it shows correctly:

    and as I can see it's fulltext

    It worked because it's a word in the excerpt created by JA Megafilter. But if you search for a word in the text itself (for example GAFAM which is in 2 articles), nothing comes up.

      tomoe

      I updated this file: \plugins\jamegafilter\content\helper.php

      Change the line 209 to:

      $item->attr['fulltext']['value'] = strip_tags($baseItem->text);

      and it's working now.

      Kindly check.

      Thanks a lot! You saved my life :-D
      But I have a question: is there any possibility to force content updates? Even if I index content or if I click on cron URL to force it, I have to wait I guess 1 hour (even if it seems longer to me ;-) ) as cron job is set to 3600 seconds. Of course, I can set it to a shorter time, but I would prefer not...

        tomoe The content should be updated once you index the filter. Maybe you have some cache settings on your site or server side?

        Seems it doesn't. That's the case in different environments : on my computer, on staging website and on production website (different hosts)...

          Hi tomoe

          Could you tell me a sample of change you made to an article? I will try to replicate this issue.

          8 months later

          rainet6868

          Maybe cache on your browser? as I tried to make a search with a word in text of article and it returns correct result:

          Yes thank you and sorry i did'nt come back to tell it but it was a mater of cache indeed ! Many thanks !

            Write a Reply...
            You need to Login to view replies.