In my app I have editing widgets, feature layer table, filters, and a search widget. In my search widget I want to search based on an identifier for all features in the feature layer. My table and thus the layer (default view) is set to dynamically update based on the map extent. This means that when I zoom into the map, I can only search for features that are showing in that map. How can I get the search to work independently from the filtered data and what are the best practices for setting this kind of behavior at the outset?