Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
search_api_autocomplete
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
search_api_autocomplete
Merge requests
!45
Issue
#3511446
: Add 'View all results' option for suggestions
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3511446
: Add 'View all results' option for suggestions
issue/search_api_autocomplete-3511446:3511446-view-all-results
into
8.x-1.x
Overview
0
Commits
1
Pipelines
1
Changes
4
Open
isampo
requested to merge
issue/search_api_autocomplete-3511446:3511446-view-all-results
into
8.x-1.x
2 months ago
Overview
0
Commits
1
Pipelines
1
Changes
4
Expand
0
0
Merge request reports
Compare
8.x-1.x
8.x-1.x (HEAD)
and
latest version
latest version
a240c7bf
1 commit,
2 months ago
4 files
+
70
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
config/schema/search_api_autocomplete.schema.yml
+
9
−
0
Options
@@ -53,6 +53,15 @@ search_api_autocomplete.search.*:
min_length
:
type
:
integer
label
:
'
The
minimum
length
of
user
input
to
trigger
autocomplete'
view_all_results_enable
:
type
:
boolean
label
:
'
Whether
to
show
a
"View
all
results"
link'
view_all_results_text
:
type
:
string
label
:
'
The
label
for
the
"View
all
results"
link'
view_all_results_position
:
type
:
string
label
:
'
The
position
of
the
"View
all
results"
link'
show_count
:
type
:
boolean
label
:
'
Whether
to
show
a
predicted
result
count
for
suggestions'
Loading