We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 54130
    • 1 Posts
    Dear community,

    there are some problems with my SimpleSearch Plugin.

    When i have a blog on my Startpage for example:

    - Newstitle 1
    - Newstitle 2
    - Newstitle 3

    When i search for "Newstitle 1" i should have at least two results:
    - Newstitle 1 on my Startpage
    - Newstitle 1 at the resource itself

    The news on my Startpage are generated by the following code:
    [[!getPage?
                &elementClass=`modSnippet`
                &element=`getResources`
                &showHidden=`1`
                &tpl_1=`news_list_item`
                &tpl=`news_list_item2`
                &limit=`7`
                &offset=`2`
                &includeContent=`1`
                &includeTVs=`1`
                &processTVs=`1`
                &parents=`18`
                &hideContainers=`1`
                &pageLimit=`1`
                &pageNavVar=`page.nav`
                &sortby=`{"publishedon":"DESC", "createdon":"DESC"}`
                ]]
    


    Is there an attribute to set so that SimpleSearch can find dynamic content?

    Sorry for my bad english.

    Thank you.