Page MenuHomePhabricator

[lib] Allow calling message search from client
ClosedPublic

Authored by inka on Apr 27 2023, 6:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 25, 10:53 PM
Unknown Object (File)
Mon, Nov 25, 8:48 PM
Unknown Object (File)
Mon, Nov 25, 8:47 PM
Unknown Object (File)
Mon, Nov 25, 8:47 PM
Unknown Object (File)
Mon, Nov 25, 8:23 PM
Unknown Object (File)
Mon, Nov 25, 7:27 PM
Unknown Object (File)
Mon, Nov 25, 5:50 PM
Unknown Object (File)
Sat, Nov 23, 4:30 PM
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