Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
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
drupal
Commits
17a65310
Commit
17a65310
authored
12 years ago
by
Angie Byron
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#1919196
by vijaycs85: Create configuration schemas for search module.
parent
959e0ed6
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!7452
Issue #1797438. HTML5 validation is preventing form submit and not fully...
,
!789
Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/modules/search/config/schema/search.schema.yml
+71
-0
71 additions, 0 deletions
core/modules/search/config/schema/search.schema.yml
with
71 additions
and
0 deletions
core/modules/search/config/schema/search.schema.yml
0 → 100644
+
71
−
0
View file @
17a65310
# Schema for the configuration files of the search module.
search.settings
:
type
:
mapping
label
:
'
Search
settings'
mapping
:
active_modules
:
type
:
sequence
label
:
'
Active
search
modules'
sequence
:
-
type
:
string
label
:
'
Module'
and_or_limit
:
type
:
integer
label
:
'
AND/OR
combination
limit'
default_module
:
type
:
string
label
:
'
Default
search
module'
index
:
type
:
mapping
label
:
'
Indexing
settings'
mapping
:
cron_limit
:
type
:
integer
label
:
'
Number
of
items
to
index
per
cron
run'
overlap_cjk
:
type
:
boolean
label
:
'
Simple
CJK
handling'
minimum_word_size
:
type
:
integer
label
:
'
Minimum
word
length
to
index'
tag_weights
:
type
:
mapping
label
:
'
HTML
tags
weight'
mapping
:
h1
:
type
:
integer
label
:
'
Tag
h1
weight'
h2
:
type
:
integer
label
:
'
Tag
h2
weight'
h3
:
type
:
integer
label
:
'
Tag
h3
weight'
h4
:
type
:
integer
label
:
'
Tag
h4
weight'
h5
:
type
:
integer
label
:
'
Tag
h5
weight'
h6
:
type
:
integer
label
:
'
Tag
h6
weight'
u
:
type
:
integer
label
:
'
Tag
u
weight'
b
:
type
:
integer
label
:
'
Tag
b
weight'
i
:
type
:
integer
label
:
'
Tag
i
weight'
strong
:
type
:
integer
label
:
'
Tag
strong
weight'
em
:
type
:
integer
label
:
'
Tag
em
weight'
a
:
type
:
integer
label
:
'
Tag
a
weight'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment