Skip to content

Commit

Permalink
modifying documentation of 'defaultMode' in search configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Mar 22, 2021
1 parent a752bea commit 0eb4ff1
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions docs/admin-gui/collections-views/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,18 @@ The following properties within SearchBoxConfigurationType can be configured:
| XML tag name | Possible values | Description | Depracated

| defaultMode
| basicadvancedfulltextoidqueryDsl
| Basic search mode.
Ability to select the items and specify values for them.Advanced search mode.
Ability to create complex query using a query language.Fulltext search mode.
Single input field used to search over several fields.Oid search mode.
Single input field used to search by oid over whole database.Query DSL search mode.
Ability to create complex query using a query DSL.
| basic +
advanced +
fulltext +
oid +
queryDsl
| Basic search mode. Ability to select the items and specify values for them. +
Advanced search mode.Ability to create complex query using a query language. +
Fulltext search mode. Single input field used to search over several fields. +
Oid search mode. Single input field used to search by oid over whole database. +
Query DSL search mode. Ability to create complex query using a query DSL. +
As default mode is used 'fullText' ,when fullText is configured, or 'basic'.
Value of 'defaultMode' have to be in 'allowedMode', otherwise value will be ignored.
|


Expand Down

0 comments on commit 0eb4ff1

Please sign in to comment.