Optional arguments for SearchSite, SearchView, and SearchDomain...SearchFuzzy=[TRUE,FALSE]Indicate TRUE for fuzzy search. The default is FALSE.SearchOrder=[1,2,3,4]Indicate 1 to "Sort by relevance," 2 to "Sort by date ascending," 3 to "Sort by date descending." The default is 1. SearchView also supports a SearchOrder value of 4 to "Keep current order," which sorts the resulting set of documents in the order in which they appear in the view.Note Specifying SearchOrder=4 will produce unexpected results if:The Count=n argument is used with a value less than the number of documents foundThe Start=n argument is used with a value other than 1The Default Search Limit is less than the number of documents foundThe Max Search Limit is less than the number of documents foundIf you need to specify SearchOrder=4, observe these recommendations:Never specify Count=n or Start=nAlways specify SearchMax=0Set the Web site's Max Search Limit to a large valueusw.