Mostafa
Mostafa
FFilament
Created by Mostafa on 10/25/2023 in #❓┊help
search id column in table
@Hugh Messenger Thank you for your kindness. fixed.🙌 🌻
4 replies
FFilament
Created by Mostafa on 9/15/2023 in #❓┊help
select filter with belongsToMany
Thank you for your comment 🙌
9 replies
FFilament
Created by Mostafa on 9/15/2023 in #❓┊help
select filter with belongsToMany
I use postgress. I noticed the error. Column data type to use belongsToMany should use jsonb instead of json
9 replies
FFilament
Created by Mostafa on 9/15/2023 in #❓┊help
select filter with belongsToMany
This error is in the form
9 replies
FFilament
Created by Mostafa on 9/15/2023 in #❓┊help
select filter with belongsToMany
Select::make('tags_')->label('tags label') ->relationship('tags', 'title') ->multiple() ->preload(),
9 replies
FFilament
Created by Mostafa on 9/15/2023 in #❓┊help
select filter with belongsToMany
SQLSTATE[42883]: Undefined function: 7 ERROR: could not identify an equality operator for type json LINE 1: select distinct "blg_categories".* from "blg_categories" lef... ^ SELECT DISTINCT "blg_categories".* FROM "blg_categories" LEFT JOIN "blg_posts_categories" ON "blg_categories"."id" = "blg_posts_categories"."category_id" ORDER BY "blg_categories"."title" ASC
9 replies