Find enclosed the version 1.8.0 Beta 1 of AjaxSearch
Changelog:
-- correct search in Tvs (or any other joined table) -
demo here
--
define where to do the search (&whereSearch parameter) (content,tv,jot,maxigallery,your own non Modx tables) -
demo here
--
search into your own custom tables -
demo here
-- define
which fields to use for the extracts (&extract parameter)
-- Define the number of extracts displayed in the search results
--
Improvement of the extract algorithm -
see demo here - search "primary school" with "exactphrase" option
--
use AjaxSearch with your own non MOdx tables -
demo here
-- order the results with the &order parameter
--
define the ranking value and sort the results with it -
demo here
--
filter the unwanted documents of the search
-- define the extract ellipsis
-- define the extract separator
-- define the format of displayed dates -
demo here
-- Avoid search in content of type reference
--
Extended place holder templating and template parameters
-- Use of &advSearch parameter available from the front-end by the end user :
demo here
-- Choose your search term from a predefined search word list -
demo here
-- stripInput user function
-- stripOutput user function -
demo here
-- a message is displayed to the user if his search term is too short -
demo here, try "a", then "ab" and "abc"
-- Configuration file and $__ global parameters
-- snippet code completely refactored and objectified
-- Bugfixes regarding Quoted searchstring
-- the Highlighting plugin takes now into account of &advSearch parameter
-- An advanced Highlighting plugin is provided - used on all the demos
Some others demos will be implemented in the following days on the
AjaxSearch demo site
Thanks for your feebacks on this new version before an official delivery in the repository. Look at the ajaxSearch_version180.txt file for more information.
[EDIT]: The version 1.8.0 is now available in the repository