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
On any of the screens supporting filtering results via a search bar, if a particular keyword is searched and then reset (i.e. you type some search parameter and then remove it again), a new query is fired which sets the filterBy attribute with value as "".
Owing to this, again a GraphQL call is made to fetch the same results as that of the landing page for that view.