Apply automatic config self-updates

This commit is contained in:
Keegan Rankin 2024-03-01 11:46:17 -08:00
parent 9affa01023
commit ed09c9acf2
29 changed files with 94 additions and 78 deletions

View file

@ -24,26 +24,26 @@ tips:
plugin: text
label: Status
weight: 2
body: 'Shows whether the server is currently enabled or disabled.'
selector: .search-api-server-summary--status
body: 'Shows whether the server is currently enabled or disabled.'
search-api-server-backend:
id: search-api-server-backend
plugin: text
label: 'Backend class'
weight: 3
body: 'The backend plugin used for this server. The backend plugin determines how items are indexed and searched for example, using the database or an Apache Solr server.'
selector: .search-api-server-summary--backend
body: 'The backend plugin used for this server. The backend plugin determines how items are indexed and searched for example, using the database or an Apache Solr server.'
search-api-server-indexes:
id: search-api-server-indexes
plugin: text
label: 'Search indexes'
weight: 4
body: 'Lists all search indexes that are attached to this server.'
selector: .search-api-server-summary--indexes
body: 'Lists all search indexes that are attached to this server.'
search-api-server-clear:
id: search-api-server-clear
plugin: text
label: 'Delete all indexed data'
weight: 5
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."
selector: '#edit-clear'
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."