Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fetchSearchResultsWithoutNumber trigger
fetchSearchResultsWithoutNumber previously relied on previousSearch value to perform the second search. However, previousSearch can take many forms depending on the search that was done, for example it might just be a number when searching for a specific service_id. This would cause the second search to happen possibly search?q={service_id} instead of unit?service_id={service_id}. refs: PL-32
- Loading branch information