gbv / jskos-vue

A suite of components and plugins for Vue 3 related to JSKOS.
https://gbv.github.io/jskos-vue/
MIT License
0 stars 1 forks source link

ItemSuggest: Add custom filtering #17

Open stefandesu opened 3 years ago

stefandesu commented 3 years ago

One feature that is available in Cocoda, but not yet in the ItemSuggest component, is filtering. For example, when searching for concepts, we could add a type filter. When searching for vocabularies, there could be a lot of different filters (note that filtering and searching can't currently be combined: https://github.com/gbv/jskos-server/issues/144).

Ideally, this would be implemented in a way that makes it easy to add custom filters.