You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am building a search-based message extension. Currently, the extension is invoked whenever the user is typing. This results in multiple queries being sent to the system for each keystroke. For example, if the user types "Azure," the system receives queries for "Az," "Azur," and "Azure."
This behavior can lead to:
Unnecessary system load due to redundant API calls.
Performance issues affecting user experience.
Is it possible to invoke the search-based message extension only after the user presses Enter, instead of triggering it on every keystroke?
Any guidance or best practices would be greatly appreciated. Thanks!
The text was updated successfully, but these errors were encountered:
Hi @yuting1008! Thank you for bringing this issue to our attention. We will investigate and if we require further information we will reach out in one business day. Please use this link to escalate if you don't get replies.
@yuting1008 - Thank you for bringing this issue to our attention.
Thank you for your suggestion!
We appreciate your input. To ensure your idea is considered for future updates, we recommend submitting it through the Teams Feedback Portal. Feature requests are reviewed by the engineering team and may be prioritized based on various factors, including the number of requests received.
If you have any additional thoughts or feedback, please feel free to share them with us. Your contributions are valuable and help improve the product!
Hi,
I am building a search-based message extension. Currently, the extension is invoked whenever the user is typing. This results in multiple queries being sent to the system for each keystroke. For example, if the user types "Azure," the system receives queries for "Az," "Azur," and "Azure."
This behavior can lead to:
Is it possible to invoke the search-based message extension only after the user presses Enter, instead of triggering it on every keystroke?
Any guidance or best practices would be greatly appreciated. Thanks!
The text was updated successfully, but these errors were encountered: