Open cazcam34 opened 2 weeks ago
Moving away from saved search without saving changes (now we no longer are working with the default search) triggers a modal pop up to confirm
Thinking more about this following last night's team call I think we need the following new logic when a change is made to a search's filters:
@cazcam34
Had a call with Naji to continue to discuss the additional candidates appearing in list when selecting.
Found the source of the issue. As mentioned in another issue here () the define search filter is always saving to the 'default' search upon every 'Search' button click. Even if I am in a saved search screen and the filter is populated with my saved search filters, if I change those filters and click 'Search' I am updating and saving my default search filters not the saved search filters UNLESS i click 'Update Search' button then it saves to my saved search.
In addition to the above upon each 'Search' button click we also are marking the selected candidates for that search. Each user has a different amount of selections for a search. HOWEVER we are marking the selected candidates for the default search and not the saved search!!