atomic-server icon indicating copy to clipboard operation
atomic-server copied to clipboard

Use `name` field by default in Ontology editor / Table editor

Open turkhale opened this issue 1 year ago • 2 comments

  • Search does not work properly when using custom name-x property

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.

turkhale avatar Dec 27 '23 09:12 turkhale

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?

joepio avatar Jan 08 '24 12:01 joepio

Perhaps we should always add the name property to all classes in the ontology editor / table editor by default?

That's a good idea!

turkhale avatar Jan 08 '24 12:01 turkhale