I am using react and I want to process an url search query requesting data where the value of a given attribute contains a certain string. I have only seen examples where the value is equal to a given value. I don’t want to retrieve all the data and then filter it, because there can be a lot of it. Is this possible?
Currently I’m using the fetch module.
1