Same search experience for collection entries as well as for assets? #7376
Unanswered
Alpenverein
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Hey! As this is a feature request, would you be able to open an issue on the statamic/ideas repository instead? |
Beta Was this translation helpful? Give feedback.
1 reply
-
You can make a search index, and then add it to your asset container. // config/statamic/search.php
'indexes' => [
'assets' => [
'driver' => 'local',
'searchables' => 'all',
'fields' => ['path', 'anotherfield'],
],
], title: My Asset Container
search_index: assets If your asset container has a search index, it'll use that. Otherwise, it'll just search the path which is what you're experiencing. |
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.
-
I would love to have the same extended search options for entries as well as I have for collection entries today:
It's possible to perform a fielded search for the entries, which is very helpful. My editors asked me for the same options while searching for assets. But it seems there is only a simple fulltext available.. The search seems to search on the "Title" only, but we have build a more extendet blueprint for our images, with legal-stuff, photographer-info and so on...
It would be so nice to search for this information aswell..
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions