atomic-server
atomic-server copied to clipboard
Use `name` field by default in Ontology editor / Table editor
- Search does not work properly when using custom
name-xproperty
https://github.com/atomicdata-dev/atomic-server/assets/21140376/342df154-84aa-4973-a45f-20639aba31ba But if I want to use class-specific names to distinguish, for example, country name or currency name, the lookup does not function.
The solution to this is to always use the name Property. This is what we use in search (we boost the "name" field, we show the "name" string).
Perhaps we should always add the name property to all classes in the ontology editor / table editor by default?
Perhaps we should always add the name property to all classes in the ontology editor / table editor by default?
That's a good idea!