Replies: 1 comment 1 reply
-
After a lot of try and error I can see that my assets are included if I use the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everybody, I am seeking for your help:
I am trying to build a global search that includes some collections (pages and aktuelles) and also one assets container (downloads). They should be in one search result list.
However, I can only get the collections into the search results. No Asset is in the list.
My search.php:
I can verify that the asset is in the search/default.json search index:
However, if I use the search
search:results
tag and search for "uebergabe", nothing is shown.my search (I am using blade and the blade directives package)
The downloads container uses a simple local filesystem configuration:
Is there anything I am missing? Thanks in advance for your time!
Beta Was this translation helpful? Give feedback.
All reactions