This thread is resolved. Here is a description of the problem and solution.
Problem:
The issue here is that the customer wanted to know if it was better to use taxonomy or custom fields. Solution:
Generally speaking taxonomies are used if you want to have archive pages, where you can click on the term and then see a list of all the posts that have that term attached to it.
So if this is something that you want then it's better to use custom fields.
This support ticket is created 6 years, 9 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
There have been some topics on this (mostly regarding performance), but it’s unclear to me which approach would serve my needs best.
The client is an employment agency.
In this particular case I need to make up a profile template for temporary workers.
This consists all sorts of fields: Name, address, age, etc. Custom fields…
Now, how to approach the availability?
I need to define options for all days of the week divided in segments: morning, afternoon, evening, night.
After some experimenting I came up with a solution using ACF. See screenshot...
(This also points out a shortcoming in Types. It would be really helpful if there was a possibility to bulk add items to checkboxes and have them arranged in a sensible way.)
Now I would like to know how to make ACF fields searchable by using a view. The page below doesn't help since the ACF doesn't show up in the overview.
Well that's what I thought... but there's nothing there.
Got ACF activated, made a group with custom fields, went over to Views, chose 'new filter'--->'Load non-Types custom fields'.... nothing there.
Should it show the field name in a user friendly format or something like field_59e3c6fc9171a ?
reacting to the problem Solution described above:
"Generally speaking taxonomies are used if you want to have archive pages, where you can click on the term and then see a list of all the posts that have that term attached to it."
I'm also hesitating whether to use custom fields or custom taxonomies (tags). Ideally it would be tags and not CFs ( I want ot create archives etc. ), but it's much more difficult to pass custom taxonomy values to 3rd party plugins, so I might select custom fields.
AFAIK custom fields can also be used in Views, in a View, so I can create an archive-like page with CFs and a View.
Am I correct?