Daniel-KM / Omeka-S-module-AdvancedSearch

Module for Omeka S that improves search with new fields, auto-suggest, filters, facets, specific pages, etc.
Other
3 stars 2 forks source link

Duplicating unique ID #6

Closed allanaaa closed 10 months ago

allanaaa commented 1 year ago

An issue was identified where a core Omeka S ID is being duplicated in a page block introduced by this module:

https://forum.omeka.org/t/css-changes-to-search-boxes-and-sorting-options/17627

You will need to change how you render the search form so that it doesn't duplicate IDs.

Daniel-KM commented 1 year ago

Hi, But the omeka form id is "search-form" and my block uses "form-search". So not sure if it is the issue.