5/16/2013
2.9.0Ability to specify multiple page size to allow users to select between these at search time
Ability to index or remove from index single document via web service
Ability to sort by custom fields
Ability to index documents stored in the database
Highlight search terms in titles
Added option to specify locale for documents from the metadata file
Added paging-full and paging-simple templates
If there's only one instance, switch instance automatically loads it
Added options to enable/disable using dnn page tags and dnn module tags as facets (which cause performance issues when they are too many)
Custom rules now use CTEs for advanced mode
Search only words that have more than 1 letter, unless implicit wildcard is used
Implemented option to ignore documents security from the metadata file
Optimized building facet list by only parsing the list of facets that come from the search results
Added option to tokenize document titles from metadata file (so it now can use the titles from database such as from DMX or standard documents module)
When IgnoreSecurity option is used, redirect back to search results page after auth then trigger download from js
When an intial search is setup, have all search boxes on that page take the initial search
Force filePath method for downloading file if the filename contains ampersand (which could be blocked by IIS)
Added sorting by custom fields for when search terms are missing
Added caching for instances
Updated json encode function
Added more logging
Added more logging and also js client side logging through a web service
Changed how custom rules determine deleted content
Fixed file timestamp sent to index not taking into account metadata file
Fixed xml encoding issue on suggest terms
Removed unused CSS
Fixed "mainTable" issue with advanced custom rules
Fixed getting portal alias in admin screen - it defaulted to the first alias in the list
Fixed removing deleted documents from index
Fixed extra ? or & at end of URLs of custom rules when getparams was empty
Fixed deleting instances from Switch Instance screen;
Fixed highlighter to work with wildcard searches
Fixed random sorting duplicates
Fixed DNN get Content Item throwing unhandled exception
Fixed dynamic filter to take into account the page where the search box is, not where the search results page is
Fixed null report items
Fixed fuzzy search incompatibility with stemming
Fixed displaying page title for merge content option instead of page name
Fixed multilanguage searches
Fixed switch instance when portal alias is without www but the site is accessed on www version
+ Full Changelog