Hi everyone,
I have a concern about organizing my site (I did several searches on this and wasn’t able to find very clear answers).
I’m creating a database and want to make it so that entries I create have different properties that I can use to filter search results with. I know that in a normal programming language, I would make a custom object with different properties (such as strings and ints) and have the search based on whether these properties either have the field exactly, are sortable (alphabetical for strings, lowest to highest for ints, etc), contain at least, etc.
I couldn’t figure out if the best way to do this was with categories or custom fields. I’m assuming that custom fields is the way to go, but I’m not entirely sure how to reference these properties.
Thanks.
Bryan