magnifying-glassSearch & Autocomplete

Autocomplete

The autocomplete function automatically completes your input. Search just as you would with internet search engines.

get
/Search/AutoComplete
Authorizations
auth-keystringRequired

API Key required for authorized endpoints

Query parameters
sourcestringOptional
valuestringOptional
typeintegerOptionalDefault: 1
Responses
chevron-right
200

OK

hitCountinteger · int32Optional
resultCountinteger · int32Optional
get
/Search/AutoComplete
200

OK

Fulltext

This endpoint is designed for comprehensive search queries where multiple terms or a full-text scan are required.

  1. type: Search Mode

    1. Exact: Search for an exact single word.

    2. Like: Left-aligned search starting from the beginning of a single word, considering partial words throughout the entire word.

    3. Phonetic: Search with phonetic matching to find similar terms.

  2. source: Data source where the search is performed. Available options:

    1. etc

    2. etb

    3. kbc

    4. kbb

    5. kbg

  3. resultThreshold: Minimum number of results that should be displayed.

  4. resultMaximum: Maximum number of results that should be returned.

  5. includeCount: Indicates whether the total number of hits should be included in the response (true/false).

  6. includeData: Indicates whether detailed information about the hits should be included in the response (true/false).

  7. search: Search term or search phrase.

post
/Search/Fulltext
Authorizations
auth-keystringRequired

API Key required for authorized endpoints

Body
typeinteger · enumOptionalPossible values:
likeTypeinteger · enumOptionalPossible values:
sourcestringOptional
resultThresholdinteger · int32Optional
resultMaximuminteger · int32Optional
includeCountbooleanOptional
includeDatabooleanOptional
termOperationinteger · enumOptionalPossible values:
searchstringOptional
Responses
chevron-right
200

OK

hitCountinteger · int32Optional
resultCountinteger · int32Optional
post
/Search/Fulltext
200

OK

Detail

This endpoint provides detailed results of a search based on the specified parameters. It is ideal for precise queries where both the number of hits and the complete data are relevant.

post
/Search/Detail
Authorizations
auth-keystringRequired

API Key required for authorized endpoints

Body
typeinteger · enumOptionalPossible values:
likeTypeinteger · enumOptionalPossible values:
sourcestringOptional
resultThresholdinteger · int32Optional
resultMaximuminteger · int32Optional
includeCountbooleanOptional
includeDatabooleanOptional
termOperationinteger · enumOptionalPossible values:
Responses
chevron-right
200

OK

hitCountinteger · int32Optional
resultCountinteger · int32Optional
post
/Search/Detail
200

OK

Last updated