Open
Description
We seem to be using the search
API for category search in a couple of places in the app. As mentioned in the comments in #3179 [ref 1] [ref 2], it has some problems and is not the apporpriate API for category search. So, it's best to evaluate the usage of that API in the app and see if we could find proper replacements.
One such usage seems to be for sugesting categories based on the titles of the images. As far as I can think, that's hardly useful. I think it's best if we don't do such a category search based on image title at all.
I'm not sure about the other usage, though.