We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 29781
    • 25 Posts
    Is it possible to use the custom &output-parameter in combination with multiple AS-instances on one page? How would the placeholder be named?
      • 5811
      • 1,717 Posts
      Is it possible to use the custom &output-parameter in combination with multiple AS-instances on one page?
      &output run only for the non-ajax mode. But I never test several instances with &output=`1` EDIT: I think that the use of asId in each snippet call is enought to distinguish the input forms from the results. This need to be tested.
        • 5811
        • 1,717 Posts
        I tried it. But it ’s not possible as the placeholders [+as.inputForm+] and [+as.results+] are not tagged with asId.
        This is a clear limitation. The solution probably requires to have two snippets: [!AjaxSearchForm!] for the input form and [!AjaxSearch!] for the results.
        May be in the next release: AjaxSearch191 ...
          • 29781
          • 25 Posts
          That is sad :’(.

          Many thanks for your testing and answering.