Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for queryId (0.22 sec)

  1. src/main/config/openapi/openapi-user.yaml

          description: Returns favorited document IDs
          operationId: listFavorites
          parameters:
            - name: queryId
              in: query
              description: Query ID where the document is contained
              required: true
              schema:
                type: string
                example: queryid
          responses:
            '200':
              description: Successful operation
              content:
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Jun 19 13:30:00 GMT 2023
    - 21.6K bytes
    - Viewed (1)
  2. src/main/webapp/WEB-INF/view/admin/searchlog/admin_searchlog_details.jsp

                                                <c:choose>
                                                    <c:when test="${info.key == 'Query ID'}">
                                                        <td><la:link
                                                                href="/admin/searchlog/search?logType=search&amp;queryId=${f:u(info.value)}&amp;userSessionId=&amp;requestedTimeRange=&amp;accessType=">${f:h(info.value)}</la:link></td>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 9.9K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/admin/searchlog/admin_searchlog.jsp

                                                key="labels.searchlog_queryid"/></label>
                                        <div class="col-sm-4">
                                            <la:text styleId="queryIdSearch" property="queryId" styleClass="form-control"/>
                                        </div>
                                    </div>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 16K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/admin/searchlist/admin_searchlist.jsp

                                    <div class="form-group">
                                        <la:text styleClass="query form-control" property="q"
                                                 title="Search" size="50" maxlength="1000"
                                                 placeholder="Type a search query"/>
                                    </div>
                                    <div class="form-group ml-sm-2">
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Sep 24 13:09:22 GMT 2020
    - 20K bytes
    - Viewed (1)
  5. src/main/webapp/WEB-INF/view/advance.jsp

    				</div>
    			</div>
    			<div class="form-group row">
    				<label for="as_epq" class="col-lg-3 col-md-4 col-sm-5 col-12 col-form-label"><la:message
    						key="labels.advance_search_phrase_query"
    					/></label>
    				<div class="col-lg-5 col-md-8 col-sm-7 col-xs-6">
    					<input class="form-control" type="text" id="as_epq" name="as.epq" value="${f:h(fe:join(as.epq))}">
    				</div>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 14.9K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp

                                        <span class="font-weight-bold col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.append_query_param_enabled"/></span>
                                        <div class="form-inline col-sm-9">
                                            <la:errors property="appendQueryParameter"/>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Jan 16 12:54:35 GMT 2023
    - 39.4K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/view/common/admin/sidebar.jsp

    			<form action="<%=request.getContextPath()%>/admin/searchlist/search" method="GET" class="form-inline mt-2 sidebar-search">
    				<div class="input-group">
    					<input class="form-control form-control-sidebar" name="q" id="query"
    						   maxlength="1000"
    						   placeholder="<la:message key="labels.sidebar.placeholder_search" />">
    					<div class="input-group-append">
    						<button class="btn btn-sidebar" type="submit" name="search" id="search-btn">
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 15 20:55:28 GMT 2021
    - 17.8K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/suggest/admin_suggest.jsp

                                                </tr>
                                                <tr>
                                                    <td><la:message key="labels.suggest_word_type_query"/></td>
                                                    <td class="text-right">${f:h(queryWordsNum)}</td>
                                                    <td class="text-center">
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Wed Feb 12 20:25:27 GMT 2020
    - 18.1K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/orig/view/advance.jsp

    				</div>
    			</div>
    			<div class="form-group row">
    				<label for="as_epq" class="col-lg-3 col-md-4 col-sm-5 col-12 col-form-label"><la:message
    						key="labels.advance_search_phrase_query"
    					/></label>
    				<div class="col-lg-5 col-md-8 col-sm-7 col-xs-6">
    					<input class="form-control" type="text" id="as_epq" name="as.epq" value="${f:h(fe:join(as.epq))}">
    				</div>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 14.9K bytes
    - Viewed (0)
Back to top