dag-hammarskjold-library / dlx-rest

UNDHL Files and Metadata Manager
1 stars 1 forks source link

Advanced Search automatically hides on keydown #1484

Closed aaronhelton closed 2 months ago

aaronhelton commented 2 months ago

A recent update caused the Advanced Search to automatically hide when a key is pressed down.

  1. The source of the issue is not calling the toggleAdvancedSearch() function
  2. It is not submitting the advanced search

At this point it's unclear what the source of the issue is, because most of the code in the search.js hasn't changed in 19-24 months, except the addition of the Atlas Search toggle and engine selection. Removing that code doesn't fix the issue, however.

aaronhelton commented 2 months ago

Update: The issue is coming from the update of Vue 2 to the final release version. I'm going to downgrade the version of Vue 2 we have until we can finish our upgrade path to Vue 3.