We probably need to implement a feature that determines if the server returned a code for when it's happen (0), or if it returned an error indicating that the result couldn't be found (something like 404, or really anything other than zero). If there's an error code, we probably shouldn't take them to the results page because the results will be garbage or invalid.
We probably need to implement a feature that determines if the server returned a code for when it's happen (0), or if it returned an error indicating that the result couldn't be found (something like 404, or really anything other than zero). If there's an error code, we probably shouldn't take them to the results page because the results will be garbage or invalid.