Can you have two AjaxSeaches on one page?
I want a all of site earch and a search that just searches one folder. Is there a way to have two searches on the one page that does not conflict with the other?
I have tried to duplicate the snippet and change the name/folder but they search together.
Any ideas?
Modx 1.0.4
I think I may have found it.
&asId
Unique id for AjaxSearch instance
Note: to distinguish several Ajaxsearch instances
on the same page. The id is used to link the
snippet calls between them. Choose a short
name. eg: "as2". With the ajaxSearch mode, the
first AS snippet call shouldn’t use the parameter
&asId
thanks me.