Robert Mann
I am using Laravel Scout with Meilisearch issue with Default Sortting
The following is a way to do it but renders the column sort orders useless if there is something in the search field. I have not put time in to figuring that part out yet but it might be possible to exclude the orderByRaw if there is a column sort order being used. But this works as expected and returns the order exactly how Meilisearch returns the results In the following License is the eloquent class and usi is the ID field sent to Meilisearch.
3 replies
Public form theme or custom css?
I have created a seperate blade file it is just the css that is confusing. @Lara Zeus I have looked through all the docs for filament and have not been able to find that but I will go over it again maybe I missed something. Thank you both. I figured it would be a new @vite(file) now I just have to figure out how that part works. Now that my suspicions appear to be correct I will hunt it down.
17 replies
Public form theme or custom css?
So I guess what I am trying to figure out is. When I include the @vite(resources/css/app.css') it formats the form specifically to the filament way. So if I keep that in a new layout which I do have for the public forms I would have to override a whole bunch of stuff to get it to work. So do you create a new app.forms.css file or how do you seperate out the css stuff is what I am trying to get at.
17 replies