@moreamazingnick could you tick on “Show SQL” and paste the result?
Thanks
In my case, query is:
SELECT o.id, o.uuid, o.object_name, o.disabled, o.assign_filter,
o.apply_for FROM icinga_service AS o WHERE (object_type = ‘apply’) AND
(service_set_id IS NULL) AND (“o”.“object_name” LIKE ‘%all%’ OR
“o”.“assign_filter” LIKE ‘%all%’) ORDER BY o.object_name ASC LIMIT 25
On my Postgres db director, if I use ILIKE instead LIKE, query is case insensitive but I can’t change the director code.
I currently do not have a postgres director instance to test that but if you are brave you can try this on a non prod test environment without any guarantee…