Add fallback for blog search when API returns no results for short queries#4276
Add fallback for blog search when API returns no results for short queries#4276iitzIrFan wants to merge 13 commits intokestra-io:mainfrom
Conversation
Piyush-r-bhaskar
left a comment
There was a problem hiding this comment.
Thanks for your PR @iitzIrFan
But I feel you understand the issue vague.
Issue is around searching the some term not working and it's not like blogs search is completely broken. see attached and could you investigate it fully ?
Screen.Recording.2026-03-19.at.2.30.33.PM.mov
|
Any updates on this one @iitzIrFan? |
|
Thanks for the ping on this, @MilosPaunovic. The issue has been partially narrowed down. Currently, blog results do not appear when a user types three characters, but they start appearing from the fourth character onward. I will update this PR to ensure results are shown from the first character, consistent with the behavior in other tabs. I will share an update by EOD. |
|
The |
|
Hey @iitzIrFan This kinda fallback doesn't smell good. I feel there is something in how we constructs the query in api I will look and also also check with BE first to decide how to proceed on this PR |
|
Sure @Piyush-r-bhaskar |
|
Handled on API level |
|
Thanks for update @Piyush-r-bhaskar |
fixes: #4199
Reference: #4199 (comment)