Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
search_api_typesense
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_typesense
Merge requests
!27
Issue
#3208173
: Move schema settings into a new tab
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3208173
: Move schema settings into a new tab
issue/search_api_typesense-3208173:3208173-move-schema-settings
into
1.0.x
Overview
0
Commits
1
Pipelines
15
Changes
30
Merged
Luca Lusso
requested to merge
issue/search_api_typesense-3208173:3208173-move-schema-settings
into
1.0.x
10 months ago
Overview
0
Commits
1
Pipelines
15
Changes
30
Expand
Closes
#3208173
0
0
Merge request reports
Compare
1.0.x
version 14
f04b5397
9 months ago
version 13
e78f674c
9 months ago
version 12
81694cc4
9 months ago
version 11
040b69af
9 months ago
version 10
bb1173ed
9 months ago
version 9
34e6d513
9 months ago
version 8
25972929
9 months ago
version 7
47f66891
10 months ago
version 6
4fed2c3b
10 months ago
version 5
a72ae323
10 months ago
version 4
997ecb7d
10 months ago
version 3
5d4340cc
10 months ago
version 2
f6df6114
10 months ago
version 1
09f2e192
10 months ago
1.0.x (base)
and
latest version
latest version
f04b5397
1 commit,
9 months ago
version 14
f04b5397
1 commit,
9 months ago
version 13
e78f674c
12 commits,
9 months ago
version 12
81694cc4
11 commits,
9 months ago
version 11
040b69af
10 commits,
9 months ago
version 10
bb1173ed
9 commits,
9 months ago
version 9
34e6d513
8 commits,
9 months ago
version 8
25972929
8 commits,
9 months ago
version 7
47f66891
7 commits,
10 months ago
version 6
4fed2c3b
6 commits,
10 months ago
version 5
a72ae323
5 commits,
10 months ago
version 4
997ecb7d
4 commits,
10 months ago
version 3
5d4340cc
3 commits,
10 months ago
version 2
f6df6114
2 commits,
10 months ago
version 1
09f2e192
1 commit,
10 months ago
30 files
+
1225
−
598
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
30
Search (e.g. *.vue) (Ctrl+P)
config/schema/search_api_typesense.schema.yml
0 → 100644
+
39
−
0
Options
search_api_typesense.typesense_schema.*
:
type
:
config_entity
label
:
Typesense schema
mapping
:
id
:
type
:
string
label
:
ID
uuid
:
type
:
string
default_sorting_field
:
type
:
string
label
:
Default sorting field
fields
:
type
:
sequence
label
:
Fields
sequence
:
type
:
mapping
mapping
:
optional
:
type
:
boolean
label
:
Optional
sort
:
type
:
boolean
label
:
Sort
sort_type
:
type
:
string
label
:
Sort type
index
:
type
:
boolean
label
:
Index
weight
:
type
:
integer
label
:
Weight
facet
:
type
:
boolean
label
:
Facet
type
:
type
:
string
label
:
Field type
Loading