AjaxSearch 1.9.0 beta
is available on this page
The release not in preparation
is here
Last features added:
==== Custom output
(demo here)
&output [ 0 | 1 ]
0 - by default the results are listed below the input form
1 - custom layout:
To place the different AjaxSearch elements where you want, use the following placeholders
[+as.inputForm+] : the input form with the intro message
[+as.results+] : the search results
The parameter &tplLayout is now deprecated
The parameter &tplInput is now used to style the ajaxSearch input form
The custom output runs only for the non-ajax mode. I have some issues with the mode ajax.
==== parents ( in / not in)
(demo here)
&parents [ [ in | not in ] : comma separated list of Ids | ’’ ]
e.g:
&parents=`in:24,25` - do the search in the children documents of documents 24 and 25
&parents=`not in:24,10` - do the search in all documents except in the children documents of documents 24 and 10 documents
&parents=`24,25` means &parents=`in:24,25` (compatible with the 1.8.4 release)
&depth [ 0 < int ] Number of levels deep to retrieve documents
==== documents ( in / not in)
(demo here)
&documents [ [ in | not in ] : comma separated list of Ids | ’’ ]
e.g:
&documents=`in:28,29,30,31` - do the search in the documents 28,29,30,31
&documents=`not in:28,29,30,31` - do the search in all documents except in documents 28,29,30,31
&documents=`28,29,30,31` means &documents=`in:28,29,30,31` (compatible with the 1.8.4 release)
==== filter
(demo here)
filtering by tv name is now possible
e.g: &filter=`articleTags,volcano,7` display only documents related to volcanoes.
Documents are filtered by the TV ’articleTags’.
Any feedbacks with IE, Safari and Chrome are welcome. Uses
the ajax demos listed on the left menu