- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for sortSearchOption (0.14 seconds)
-
src/main/webapp/WEB-INF/orig/view/searchOptions.jsp
<la:option value="100">100</la:option> </la:select> </fieldset> <fieldset class="mb-3"> <legend><la:message key="labels.index_sort" /></legend> <label for="sortSearchOption"><la:message key="labels.index_sort" /></label> <la:select property="sort" styleId="sortSearchOption" styleClass="form-control"> <option value=""> <la:message key="labels.search_result_select_sort" /> </option> <la:option value="score.desc">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jan 18 05:47:48 GMT 2025 - 3.7K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/searchOptions.jsp
<la:option value="100">100</la:option> </la:select> </fieldset> <fieldset class="mb-3"> <legend><la:message key="labels.index_sort" /></legend> <label for="sortSearchOption"><la:message key="labels.index_sort" /></label> <la:select property="sort" styleId="sortSearchOption" styleClass="form-control"> <option value=""> <la:message key="labels.search_result_select_sort" /> </option> <la:option value="score.desc">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jan 18 05:47:48 GMT 2025 - 3.7K bytes - Click Count (0) -
src/main/webapp/js/index.js
}); $("#searchOptionsClearButton").on("click", function(e) { e.preventDefault(); $("#labelTypeSearchOption").prop("selectedIndex", -1); $("#langSearchOption").prop("selectedIndex", 0); $("#sortSearchOption").prop("selectedIndex", 0); $("#numSearchOption").prop("selectedIndex", 0); }); if (typeof $.fn.suggestor === "function") { $("#contentQuery").suggestor(SUGGESTOR_CONFIG); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 2.2K bytes - Click Count (0) -
src/main/webapp/js/help.js
}); $("#searchOptionsClearButton").on("click", function(e) { e.preventDefault(); $("#labelTypeSearchOption").prop("selectedIndex", -1); $("#langSearchOption").prop("selectedIndex", 0); $("#sortSearchOption").prop("selectedIndex", 0); $("#numSearchOption").prop("selectedIndex", 0); }); if (typeof $.fn.suggestor === "function") { $("#query").suggestor(SUGGESTOR_CONFIG); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 21 13:12:50 GMT 2025 - 1.8K bytes - Click Count (0) -
src/main/webapp/js/search.js
}); $("#searchOptionsClearButton").on("click", function(e) { e.preventDefault(); $("#labelTypeSearchOption").prop("selectedIndex", -1); $("#langSearchOption").prop("selectedIndex", 0); $("#sortSearchOption").prop("selectedIndex", 0); $("#numSearchOption").prop("selectedIndex", 0); }); $result.on("mousedown", "a.link", function(e) { var $link = $(this); var docId = $link.attr("data-id");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 6.5K bytes - Click Count (0)