-
-
Notifications
You must be signed in to change notification settings - Fork 530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search Tag does not contain Supplementing Data #10384
Comments
Which version did you update from? |
I was on the latest current version. When I identified this problem, I looked in the release updates to see if anything in this area had changed recently. I then went back to version 5.7.3 and the problem wasn’t there. Then I updated to 5.8.0 and the problem started appearing. |
I'm having a similar issue as well for search:results as I cannot seem to display the author:name. I'm on the latest version of Statamic.
In addition, I'm not able to get the author:avatar either...any thoughts? If I take this approach, I get an UUID for
|
Same exact issue as jbrhel over here, with Livewire-component-based search results. I've been meaning to upgrade from 4.8.2 to the latest version of v5 for a while now and finally made the jump to the latest today. Realized that search results for entries were getting taxonomy and author Search results are rendered through template output that looks like the following (simplified for this example):
In 5.7.3 and below, the output would be something like:
In 5.8.0 and above, the output is now:
Screenshots: Looks like the issue is closed as of a few hours ago, but happy to provide more details if helpful!! |
This has been fixed but not yet released. It will be in 5.18.0. |
Looking forward to it, thank you so much @jasonvarga! 🙏 |
Bug description
After upgrading to version 5.8.0 and higher, the tag {{ search:results ...}} does not display Supplementing Data.
In the collection items for Articles, I have associated the taxonomies tags, categories, and the entity users (authors), but it does not return the expected data and falls back in a cascade to the item's title.
The screenshots show the example before and after version 5.8.0.
The problem is likely in the implementation of PR 323.
How to reproduce
Upgrade to 5.8.0 or higher.
Have a search template that refers to related entries or taxonomies."
config/statamic/search.php
Logs
No response
Environment
Installation
Fresh statamic/statamic site via CLI
Additional details
No response
The text was updated successfully, but these errors were encountered: