Fixes https://github.com/payloadcms/payload/issues/7271 When extracting the value from the querystring, it is _always_ a string. We were using a strict equality check which would cause the filter options to never find the correct option. This caused an infinite loop when using PG as ID's are numbers by default.