Properties : same name with values mixed or different properties?

Hello

I have some properties like location that is used for different things such as location of my furniture, location of my documents,…

do you use one property with everything mixed or different properties such as “location_documents”, “location_furniture” ?

Thanks

I’d do separate fields location_documents and location_furniture which makes Dataview and other queries cleaner. That said, it’s personal preference; if the structure’s consistent and you filter by type anyway, a single location with a category tag can work too.

:fireworks:

1 Like