ckan / ckanext-scheming

Easy, shareable custom CKAN schemas
Other
85 stars 163 forks source link

Add helper function to generate autocomplete for individual dataset (or resource) fields #234

Open pdekraker-epa opened 4 years ago

pdekraker-epa commented 4 years ago

An autocomplete helper that could list prior responses for a custom schema field would be a nice addition. The current presets with autocomplete leverage the CKAN API and are limited to specific items like package name / title. Having a generic one would be quite useful to extend the power of scheming.

I don't know if this would be better included with scheming (an easy place to leverage it) or CKAN core (where it could be used by other #extensions).

boykoc commented 4 years ago

May want to checkout Issue #130