Can search on partial names now, need at least 3 letters.
This commit is contained in:
parent
e5da065d0c
commit
51db7f00d4
@ -10,7 +10,7 @@ backend: search_api_db
|
|||||||
backend_config:
|
backend_config:
|
||||||
database: 'default:default'
|
database: 'default:default'
|
||||||
min_chars: 3
|
min_chars: 3
|
||||||
partial_matches: false
|
partial_matches: true
|
||||||
autocomplete:
|
autocomplete:
|
||||||
suggest_suffix: true
|
suggest_suffix: true
|
||||||
suggest_words: true
|
suggest_words: true
|
||||||
|
@ -483,7 +483,7 @@ display:
|
|||||||
expose:
|
expose:
|
||||||
operator_id: search_api_fulltext_op
|
operator_id: search_api_fulltext_op
|
||||||
label: 'Search by Name'
|
label: 'Search by Name'
|
||||||
description: 'Type a first or last name and press enter.'
|
description: 'Type at least 3 letters of a first or last name and press enter.'
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: search_api_fulltext_op
|
operator: search_api_fulltext_op
|
||||||
identifier: search_api_fulltext
|
identifier: search_api_fulltext
|
||||||
|
Reference in New Issue
Block a user