Have annotations work with domain objects that have dots (#7065)

* migrating to new structure - wip

* notebooks work, now to plots and images

* resolve conflicts

* fix search

* add to readme

* spelling

* fix unit test

* add search by view for big search speedup

* spelling

* fix out of order search

* improve reliability of plot tagging tests
This commit is contained in:
Scott Bell
2023-09-21 22:50:08 +02:00
committed by GitHub
parent 05c7a81630
commit 482f1f68dd
19 changed files with 257 additions and 140 deletions

View File

@@ -126,11 +126,12 @@ describe('GrandSearch', () => {
key: 'anAnnotationKey',
namespace: 'fooNameSpace'
},
targets: {
'fooNameSpace:some-object': {
targets: [
{
keyString: 'fooNameSpace:some-object',
entryId: 'fooBarEntry'
}
}
]
};
mockNewObject = {
type: 'folder',