Closed AdityaHegde closed 2 days ago
Updated bookmarks_search_idx
. Do you mean other indices or other columns in this index?
For other columns it doesnt make sense, the only one we could possibly do it is resource_kind
but since we use constants for that it would be overkill.
For other indices, for sure. Lets take as a follow up of this PR since it would need some thorough check.
Our top navigation bar uses lower case resource name so if a bookmark was created with original case and navigated to using top bar the older bookmarks were not found anymore.
Making the bookmark query case insensitive since resource name is already case insensitive in our system.