issue: ENG-8645
Details
Details
Added an update_search_messages operation in processDBStoreOperations in redux-utils.js. Tested that updateMessageSearchIndex was run and no errors showed up in the web console and worker console
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- inka/search
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
lib/message-search-types.js | ||
---|---|---|
5 | This should also be read-only |
lib/message-search-types.js | ||
---|---|---|
9 | this one is not needed - we don't do any additional parsing, so you can use MessageSearchStoreOperation everywhere but if you want to keep it to make naming in ClientDBStoreOperations this is also fine |
lib/message-search-types.js | ||
---|---|---|
9 | I would rather keep it for consistency |