TAMULib / SAGE

Search Aggregation Engine
MIT License
6 stars 2 forks source link

The ID for fields, such as facets and more button, need to be sanitized. #497

Open kaladay opened 1 year ago

kaladay commented 1 year ago

The openMoreFacets() function does not properly sanitize URL, resulting in the following error:

Console log show:

0000000005.js:15697 Error: Syntax error, unrecognized expression: #moreFacetsModal-Content-Type-(SS)

The modal will not open.

The problem is in these spots:

An ID is generated for the modal, that generated ID needs to strip special characters.