Skip to content

Conversation

HoonBaek
Copy link
Contributor

@HoonBaek HoonBaek commented Dec 6, 2022

For Internal Contributors

UIKIT-2666

Description Of Changes

Issue

Couldn't search messages in multiple channels by using messageSearchQuery

Fix

Allow overriding entire message search query

Types Of Changes

What types of changes does your code introduce to this project?
Put an x in the boxes that apply_

  • Bugfix
  • New feature
  • Documentation (correction or otherwise)
  • Cosmetics (whitespace, appearance (ex) Prettier)
  • Build configuration
  • Improvement (refactor code)

@HoonBaek HoonBaek requested a review from sravan-s December 6, 2022 08:10
@HoonBaek HoonBaek self-assigned this Dec 6, 2022
const inputSearchMessageQueryObject: MessageSearchQueryParams = {
...messageSearchQuery,
order: MessageSearchOrder.TIMESTAMP,
channelUrl,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really want to override? I think we explicitly didnt wanted to do this before

Anyways, please add comment with ticket number before merge

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I confirmed the other platforms are allowing to override messageSearchQuery.

@HoonBaek HoonBaek merged commit 41f4334 into main Dec 7, 2022
@HoonBaek HoonBaek deleted the fix/UIKIT-2666/Allow-overriding-entire-message-search-query branch December 7, 2022 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants