Search Query
API's basic search query specifications which implements search over regex, etc.
Last updated
Was this helpful?
API's basic search query specifications which implements search over regex, etc.
Last updated
Was this helpful?
query: query includes following options items below for conditional select
NO
KEY
TYPE
REQUIRED
DESC
1
filter
list
filter out within operator
2
filter_or
list
filter out within operator
3
page
dict
set number of selected list to express pages or other reasons
4
sort
dict
sorting a list with given keys
5
minimal
boolean
display every item in search or minimize its results
6
count_only
boolean
display only number of items in the list
7
only
list
display only given items in the list
8
keyword
string
global search any string
FILTER:
filter performs within AND condition <filter> and <filter> and <filter> ...
FILTER_OR:
filter_or performs within OR condition <filter> or <filter> or <filter> ...
NOTE:
filter and filter_or input simultaneously, it performs AND
condition between them.