```
Prompt:
Each product has a keyword property. Update the
search feature so if the search text is included
in any of the keywords, it will also return the
product.
```

### Code Changes
https://github.com/SuperSimpleDev/ecommerce-backend-ai/pull/2/files

- I added a comment explaining why the code generated by the AI works.