buerokratt / Buerokratt-Chatbot

1 stars 18 forks source link

CSA can search from chat history #122

Open janinakimtrohlev opened 1 year ago

janinakimtrohlev commented 1 year ago

AS A CSA, I WANT TO be able to search from chat history based on an entered string; results are filtered concurrently in the history table with an option to reset search. SO THAT helps me to find faster

Acceptance criteria

Integration

PaulaMerle commented 1 year ago

Additional search options are covered with #19

turnerrainer commented 1 year ago

@joonasroosalung do we have an endpoint for this one?

rasmusei commented 1 year ago

http://171.22.247.156:3002/vestlus/ajalugu

1AhmedYasser commented 1 year ago

@rasmusei Can't seem to find this endpoint in the codebase for chat bot /cs-get-chat-ids-matching-message-search

rasmusei commented 1 year ago

@turnerrainer this is for you

ffrose commented 1 year ago

Once End-User messages arrive to CSA we are able to start testing this task. https://github.com/buerokratt/Buerokratt-Chatbot/issues/250#top

turnerrainer commented 1 year ago

Once End-User messages arrive to CSA we are able to start testing this task. #250 (comment)

@ffrose is this still blocked?

ffrose commented 1 year ago

Once End-User messages arrive to CSA we are able to start testing this task. #250 (comment)

@ffrose is this still blocked?

@turnerrainer No, this is not blocked anymore. I am able to start testing this task.

ffrose commented 1 year ago

BUG - you are able to search words inside messages but cannot search conversations using any filters (for example: chat ID) image

1AhmedYasser commented 1 year ago

BUG - you are able to search words inside messages but cannot search conversations using any filters (for example: chat ID) image

Fixed in https://github.com/buerokratt/Buerokratt-Chatbot/pull/264

MarkusVeltri commented 1 year ago

Working as intended.