CharrafiMed / global-search-modal

Enhances filamentphp's global search by transforming it into a modal for a better user experience
https://filamentphp.com/plugins/charrafimed-global-search-modal
69 stars 15 forks source link

HtmlString and Blade::render() not working #73

Open serban-anghel opened 1 week ago

serban-anghel commented 1 week ago

Hi, I've encountered some issues in displaying HtmlString and Blade::render(). In the search results I show the resource name and the status (from an enum list), I use a filament badge component to style the status and HtmlString with Blade::render() to show it. This is the code https://i.imgur.com/4ZoDJGA.png In the default global search from filament it looks like this https://i.imgur.com/WLSSMCf.png I don't have any issues.

In the global search modal plugin the filament badge doesn't show and it displays the html as text https://i.imgur.com/RiwAw0v.png and the recent and favorite items don't have a title, just [object Object] https://i.imgur.com/k1viRvv.png

Thank you.

CharrafiMed commented 3 days ago

hey @serban-anghel, what if you use raw HTML to style the search items? i believe you can do that with the plugin I think your scenario is close to this developer https://github.com/CharrafiMed/global-search-modal/discussions/65