Adjustments 2: Electric Boogaloo
- Searching had a chance of applying a previous filter because of the use of Lodash's debounce function. Temporarily disabled the debouncing
- Made the reset button reset filter immediately and close the modal
- Made filter and search components reload their filter when their clones in other views do so (a simple useEffect)