- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for searchResults (0.18 sec)
-
src/main/webapp/WEB-INF/orig/view/search.jsp
<div class="row"> <div class="col"> ${item} </div> </div> </c:forEach> <c:choose> <c:when test="${f:h(allRecordCount) != 0}"> <jsp:include page="searchResults.jsp" /> <div class="text-right"> <a href="#"><la:message key="labels.footer_back_to_top" /></a> </div> </c:when> <c:otherwise> <jsp:include page="searchNoResult.jsp" />
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:07:52 UTC 2024 - 6.6K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/search.jsp
<div class="row"> <div class="col"> ${item} </div> </div> </c:forEach> <c:choose> <c:when test="${f:h(allRecordCount) != 0}"> <jsp:include page="searchResults.jsp" /> <div class="text-right"> <a href="#"><la:message key="labels.footer_back_to_top" /></a> </div> </c:when> <c:otherwise> <jsp:include page="searchNoResult.jsp" />
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:07:52 UTC 2024 - 6.6K bytes - Viewed (0) -
src/main/webapp/js/admin/adminlte.min.js.map
if (searchValue.length < this.options.minLength) {\n $(SELECTOR_SEARCH_RESULTS_GROUP).empty()\n this._addNotFound()\n this.close()\n return\n }\n\n const searchResults = SearchItems.filter(item => (item.name).toLowerCase().includes(searchValue))\n const endResults = $(searchResults.slice(0, this.options.maxResults))\n $(SELECTOR_SEARCH_RESULTS_GROUP).empty()\n\n if (endResults.length === 0) {\n this._addNotFound()\n } else {\n endResults.each((i,...
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 132.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/rank/fusion/RankFusionProcessor.java
final int pageSize = params.getPageSize(); final SearchResult searchResult = searcher.search(query, params, userBean); return createResponseList(searchResult.getDocumentList(), searchResult.getAllRecordCount(), searchResult.getAllRecordCountRelation(), searchResult.getQueryTime(), searchResult.isPartialResults(), searchResult.getFacetResponse(), params.getStartPosition(), pageSize, 0); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 18.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/client/SearchEngineClient.java
return searchResult.build(requestBuilder, execTime, OptionalEntity.ofNullable(response, () -> {})); } public <T> T search(final String index, final SearchCondition<SearchRequestBuilder> condition, final SearchResult<T, SearchRequestBuilder, SearchResponse> searchResult) { final SystemHelper systemHelper = ComponentUtil.getSystemHelper();
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sun Oct 20 02:08:03 UTC 2024 - 86.1K bytes - Viewed (0)