performant-software / Neatline

A lightweight framework for building interactive maps and publishing them on the web.
www.neatline.org
Other
105 stars 34 forks source link

Use the entire advanced search form for querying items #262

Open jeremyboggs opened 11 years ago

jeremyboggs commented 11 years ago

Neatline currently only provides a very limited set of fields for importing Omeka items, and leaves off quite a few fields that would be useful, like importing items added by a particular user. I haven't looked into it, but I'm guessing this also means any additional fields added by plugins are also skipped.

Unless there's some technical reason not to do this, I'd recommend just using the default item search form in Omeka. This has the advantage of replicating a search form users probably have already encountered, and would also pull in any fields added by other plugins.

tamielbr commented 10 years ago

+1

davidmcclure commented 9 years ago

Yep, this would actually be easier and more maintainable than what we have now (a custom form that duplicates parts of the advanced search form). Looks like there's even a helper function that does it all automatically.