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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| lib/message-search-types.js | ||
|---|---|---|
| 5 ↗ | (On Diff #42520) | This should also be read-only |
| lib/message-search-types.js | ||
|---|---|---|
| 9 ↗ | (On Diff #42520) | 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 ↗ | (On Diff #42520) | I would rather keep it for consistency |