Apply database updates

This commit is contained in:
Keegan Rankin 2024-02-23 13:29:42 -08:00
parent 9896b7df75
commit f34fb313b7
125 changed files with 5396 additions and 154 deletions

View file

@ -167,7 +167,7 @@ items:
id: search-api-index-fields-machine-name
plugin: text
label: 'Machine name'
body: 'The internal ID to use for this field. Can safely be ignored by inexperienced users in most cases. Changing a field''s machine name requires reindexing of the index.'
body: "The internal ID to use for this field. Can safely be ignored by inexperienced users in most cases. Changing a field's machine name requires reindexing of the index."
weight: 4
attributes:
data-class: 'details-wrapper:nth(0) table thead th:nth(1)'
@ -270,7 +270,7 @@ items:
id: search-api-index-form-tracker
plugin: text
label: Tracker
body: 'An index''s tracker is the system that keeps track of which items there are available for the index, and which of them still need to be indexed. Changing the tracker of an existing index will lead to reindexing of all items.'
body: "An index's tracker is the system that keeps track of which items there are available for the index, and which of them still need to be indexed. Changing the tracker of an existing index will lead to reindexing of all items."
weight: 4
attributes:
data-id: edit-tracker
@ -317,7 +317,7 @@ items:
id: search-api-index-processors-introduction
plugin: text
label: 'Processors used for this index'
body: 'Processors customize different aspects of an index''s functionality. They can keep items from being indexed, change how certain fields are indexed and influence searches.'
body: "Processors customize different aspects of an index's functionality. They can keep items from being indexed, change how certain fields are indexed and influence searches."
weight: 1
search-api-index-processors-enable:
id: search-api-index-processors-enable
@ -392,7 +392,7 @@ items:
id: search-api-server-clear
plugin: text
label: 'Delete all indexed data'
body: 'This will permanently remove all data currently indexed on this server for indexes that aren''t read-only. Items are queued for reindexing. Until reindexing occurs, searches for the affected indexes will not return any results.'
body: "This will permanently remove all data currently indexed on this server for indexes that aren't read-only. Items are queued for reindexing. Until reindexing occurs, searches for the affected indexes will not return any results."
weight: 5
attributes:
data-id: edit-clear