feat: SEARCH-1514 - Include Index-Validator for verifying the index (#669)

* SEARCH-1514 - Include index-validator for validating index before initializing search

* SEARCH-1514 - Bump version from 1.55.2-beta.2 to 1.55.2-beta.3 Expose index validator response to SFE
This commit is contained in:
Keerthi Niranjan
2019-06-13 02:42:15 +05:30
committed by Vishwas Shashidhar
parent ca5a39c62f
commit 7c67fa897f

View File

@@ -42,6 +42,7 @@
"config/titleBarStyles.css",
"dictionaries/**",
"library/libsymphonysearch.dylib",
"library/indexvalidator.exec",
"library/cryptoLib.dylib",
"library/lz4.exec"
],
@@ -128,6 +129,6 @@
},
"optionalDependencies": {
"screen-snippet": "git+https://github.com/symphonyoss/ScreenSnippet.git#v1.0.5",
"swift-search": "1.55.2-beta.1"
"swift-search": "1.55.2-beta.3"
}
}