Save user's query #1751
Answered
by
siddharthlatest
redlinecodes
asked this question in
Q&A
-
Is there a prop in DataSearch that can be used to send the user's selected or typed query to our database to compile user search history? |
Beta Was this translation helpful? Give feedback.
Answered by
siddharthlatest
Aug 9, 2021
Replies: 1 comment
-
@redlinecodes You can create a side effect for this using the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
redlinecodes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@redlinecodes You can create a side effect for this using the
onQueryChange
callback event. See the docs for the same: https://docs.appbase.io/docs/reactivesearch/v3/search/datasearch/#extending.