Please Log in or Create an account to join the conversation.
CB Gallery doesn't use indexing. It directly searches in the database query. It will search media file name, title, description, and date. It's just using LIKE statements in the query with wildcards. You can't search "keyword1 keyword2" and expect it to split that into 2 different searches. It will just literally search for "keyword1 keyword2" as if it's 2 words next to each other.Trying to implement Search within CB Gallery. It works, but the items returned are not all the items that should be. In other words, the search looks at portions of words in all the right Fields, but many records that contain the search term are not in the results list. It's as if some records are not "indexed" for the search. How can I fix that to get complete search results?
Empty the search input and it should submit the form and clear it. Next CB Gallery release will be converting the search icon into a button and submit will happen on button click or pressing return. There's no functionality for adding a tooltip there nor should one really be needed as its search behavior is extremely common.Related issue: there's no way to "clear" the search box or to return to the full Gallery presentation without deleting the search terms and searching on a blank box. If that's the only way for that to work, how can I provide a tooltip or embedded instructions to do that to get back to the full Gallery?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.