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
The composers are easy, you can query whether the composer exists and fill the composer into the composer field. The title would be everything else that is not in the composer field, but I agree it would be a guess at best.
The auto-suggest on the general search field just pulls results from all the suggestion dictionaries and does not know where they came from. The JS itself does not have any flag or notion that one of its suggestions has been input.
Without re factoring extensively, the best we could do would be to run like 12 ajax queries when you change tabs (1 to each suggestion dictionary) and see if an exact match is returned by any... And that would only work when there's an exact match, and no conflicting matches.
It is a difficult task indeed. Continue thinking about it. It may not be possible, as I previously had stated, thus to come up with a solution would be quite impressive.
When switching from the simple to advanced search, the searched term needs to transfer to the advanced column (this may or may not be possible).
The text was updated successfully, but these errors were encountered: