Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for character (0.14 sec)

  1. src/main/webapp/WEB-INF/view/common/help.jsp

    		text of a single document.
    		<pre>Fess OR CodeLibs</pre>
    	</dd>
    	<dt>Wildcard</dt>
    	<dd>
    		single and multiple character wildcard searches within single terms
    		are supported. "?" symbol is a single character wildcard search, and
    		"*" is a multiple character wildcard search.
    		<pre>Fess*</pre>
    		or
    		<pre>Fe?s</pre>
    	</dd>
    	<dt>Range</dt>
    	<dd>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Feb 26 14:01:31 GMT 2018
    - 2.4K bytes
    - Viewed (0)
  2. src/main/config/openapi/openapi-user.yaml

          summary: Finds suggest words
          description: Returns words for suggest
          operationId: findSuggestWords
          parameters:
            - name: q
              in: query
              description: Inputting characters for search
              required: true
              schema:
                type: string
                example: fe
            - name: num
              in: query
              description: The number of suggest words
    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)
Back to top