Using the example on the README.md file would it be possible to write an endpoint that searches based on a partial string? For instance could I query like /english/action/action?name=dea and get returned the deadpool movie. I had the idea to do something like this a while back and I couldn't get past this hang up. Thanks in advance for any insight you can provide.
Using the example on the README.md file would it be possible to write an endpoint that searches based on a partial string? For instance could I query like
/english/action/action?name=dea
and get returned the deadpool movie. I had the idea to do something like this a while back and I couldn't get past this hang up. Thanks in advance for any insight you can provide.