New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor /search/chat_channels endpoint
#13277
Comments
|
Thanks for the issue, we will take it into consideration! Our team of engineers is busy working on many types of features, please give us time to get back to you. Feature requests that require more discussion may be closed. Read more about our feature request process on forem.dev. To our amazing contributors: issues labeled To claim an issue to work on, please leave a comment. If you've claimed the issue and need help, please ping @forem/oss. The OSS Community Manager or the engineers on OSS rotation will follow up. For full info on how to contribute, please check out our contributors guide. |
|
+1 on removing the code out of search and into a dedicated query object / service |
|
Hi, if this issue is not worked on I would like to help. |
Thanks Rafi! Just assigned you to it. |
|
Sorry I did not look at this issue for a while I will look at this over next week but in the mean time if this is an urgent issue and I am blocking it do feel free to change the owner. |
|
I don't believe it is urgent so if you still want to work on it that is totally fine. If not we can remove your assignment. Just let me know what works for you Rafi 😄 |
|
Thank you @cmgorton. I'll actually un-assign myself now and comeback later to pick up this issue if this still open :) |
|
I can work on this |
Thank you! |
|
Hey @twinsfan421 |
|
I am going to close this issue since we are moving to deprecate connect. |
In #13235 we refactored how
/search/chat_channelsworks by essentially removing "search" functionality and turning it into more of a "filter". As noted in the PR:This issue is to essentially update all the JS components on the frontend to use a newly refactored endpoint that lives in a more appropriate spot (i.e.
ChatChannelMembershipsControllerorChatChannelsController) than theSearchController. Once this issue is complete, thechat_channelsaction should no longer exist in theSearchControllerand instead, a new endpoint should be able to take care of any "filtering" and "indexing" being done by the JS components.The text was updated successfully, but these errors were encountered: