Page MenuHomePhabricator

[lib] Allow calling message search from client
ClosedPublic

Authored by inka on Apr 27 2023, 6:23 AM.
Tags
None
Referenced Files
F1791261: D7652.id26034.diff
Sun, May 19, 12:07 PM
F1791252: D7652.id.diff
Sun, May 19, 12:05 PM
F1791122: D7652.id26715.diff
Sun, May 19, 10:27 AM
Unknown Object (File)
Thu, May 16, 8:42 AM
Unknown Object (File)
Mon, May 13, 9:51 AM
Unknown Object (File)
Mon, May 13, 9:51 AM
Unknown Object (File)
Mon, May 13, 7:25 AM
Unknown Object (File)
Wed, May 8, 10:15 AM
Subscribers

Details

Summary
Test Plan

called

dispatchActionPromise(
        searchMessagesActionTypes,
        this.props.searchMessages({
          threadID: inputThreadInfo.id,
          query: messageInfo.text,
        }),
      );

from input-state-container, checked with redux tools that start/success actions for message search appear, and that the success action has a correct payload containing the search results.

Diff Detail

Repository
rCOMM Comm
Branch
inka/search_backend
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

inka requested review of this revision.Apr 27 2023, 6:41 AM
This revision is now accepted and ready to land.Apr 27 2023, 12:44 PM

Changes due to changes in previous diffs