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
Describe the bug
Search is misconfigured in the containers and containertemplates project app plugins. search_enable is set to True, but the search() method has not been implemented and the search results template is missing.
This results in the default search() method implementation being called and the Title to be displayed label being visible in the search results view. See screenshot below.
To Reproduce
Steps to reproduce the behavior:
Search for any string
Look at the search results
Expected behavior
Search should be implemented to search for relevant content and display the results, or disabled by setting search_enable=False.
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
Search is misconfigured in the
containers
andcontainertemplates
project app plugins.search_enable
is set toTrue
, but thesearch()
method has not been implemented and the search results template is missing.This results in the default
search()
method implementation being called and theTitle to be displayed
label being visible in the search results view. See screenshot below.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Search should be implemented to search for relevant content and display the results, or disabled by setting
search_enable=False
.Screenshots
The text was updated successfully, but these errors were encountered: