You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(search): add data attribute for global search inputs
- Added `data-global-search` attribute to search input fields in SearchBox.vue and index.vue to distinguish global search from local filters.
- Updated `getFocusedSearchInputValue` function to only capture values from inputs marked with `data-global-search`, enhancing search query handling.
0 commit comments