Hello,

1) what is the difference between INDEX and INDEX ALL?

2) the title field is not very user friendly for end-users. because when they type text inside this field, If they forget to move from the field, the search is not launched. would it be possible to add a SEARCH button to load the search?

3) on search results page, why there is only a view detail link displayed ? title, description and custom fields are not displayed ? how can I load title and description content on search result page?

4) special question about article description. in my articles, I have done a copy/paste with a code (iFrame) provided by Amazon to display products. So I need to display it on search results page.

5) what is the goal of JA Megafilter Module ? because filtre is already displayed thanks to mega filter component?

Thanks
L.

    Hi toonetcreation

    1 - You may have more than 1 filter and you can use 'Index All' button to index all filters once.

    2 - Not quite sure of how you want to achieve here, could you share screenshot of how you it should be?

    3 - In the filter settings, make sure that you set to show elements you want (title, description, fields...) >> in Page Options > drag & drop elements from 'Unused Content Elements' to 'Front-end Display Elements'

    4 - I need a closer of your site to see the iframe you added, kindly share it.

    5 - The component also supports to show the filter bar, the module will be helpful incase that you want to assign to specific position that Joomla template on your site offers.

    Regards

    hi,

    below my answers :

    1) ok fine.

    2) I mean : maybe could be useful to add a search button where user can click to lanch the search?

    3) ok fine

    4) I want to display the full content of the joomla article description on results page.

    you can test it in live here. click on view detail and you will the product :

    https://support.toonetcreation.com/filtre.html

    Here is the iframe code that has been added inside joomla article description :

    <iframe style="width:120px;height:240px;" src="//ws-eu.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=FR&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=payerenlibra-21&amp;language=fr_FR&amp;marketplace=amazon&amp;region=FR&amp;placement=B018BTSKIA&amp;asins=B018BTSKIA&amp;linkId=e1ffbdf7654a0db4efeabe8129f3427d&amp;show_border=true&amp;link_opens_in_new_window=true" width="120px" height="240px" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>

    5) ok fine.

    Thanks

      Hi toonetcreation

      2 - I'm afraid that there is no option to add the search button under that field now.

      4 - Pls check my screenshot in point 3 again, try to move the Full text field to show on frontend.

      If it doesn't work, kindly share the credentials of your site so I can take a look.

      Regards

      toonetcreation

      The plugin strips html tag in the description so your short code from amazon doesn't show.

      I updated this file: /plugins/jamegafilter/content/helper.php and remove this line:

      $desc = strip_tags($desc);

      It's showing now.

      Ok many thanks.
      Do you think this modification could merged to next component release ?
      This is just to avoid loosing changes during next update ?

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