Hi,
on one site I have a group of repeatable fields, including a date.
In a view if I go to set a filter with date > = the same doesn't work.
Is it possible to search on a date in a repeatable field?
Is it also possible to change the css of the data field in the views?
Is it possible to search on a date in a repeatable field?
Yes it is possible to perform a search on the date field even if it is a repeatable field.
Is it also possible to change the css of the data field in the views?
Yes this is possible to do as well but you will need to inspect the frontend page using the developer tools of your browser to find the appropriate classes that you will need to modify to edit the css for the date field.
I was able to identify why this doesn't work. You are actually using a Repeatable Field group rather than just repeating fields.
The Toolset Repeatable Field Groups are based on one-to-many relationships, so each item of the Repeatable Field Groups is also a single post. Toolset does not allow to filter two related post types at the same time.
Essentially you won't be able to use a frontend date filter to filter your posts based on the date values in the repeatable field group.