[Search][Sessions] Rename Background Sessions to Search Sessions (#87500)

* Rename Background Sessions to Search Sessions (with a send to background action)

* doc

* doc

* jest fun

* rename rfc

* translations

* update so name in features

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Liza Katz 2021-01-07 17:28:27 +02:00 committed by GitHub
parent 130a8e766e
commit 91aed6f961
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
54 changed files with 417 additions and 472 deletions

View file

@ -89,7 +89,7 @@ export const buildOSSFeatures = ({ savedObjectTypes, includeTimelion }: BuildOSS
),
includeIn: 'all',
savedObject: {
all: ['background-session'],
all: ['search-session'],
read: [],
},
ui: ['storeSearchSession'],
@ -254,7 +254,7 @@ export const buildOSSFeatures = ({ savedObjectTypes, includeTimelion }: BuildOSS
),
includeIn: 'all',
savedObject: {
all: ['background-session'],
all: ['search-session'],
read: [],
},
ui: ['storeSearchSession'],