I'm working right now on a collage project where I want to list certain components available at Element14 using the product search API to get them.
The specific issue I have is figuring out how to use the keyword search to filter as much as I can the results I will get from the API, an specific example can be looking for inductors with an inductance with a minimum 90uh and a maximum of 110uh.
I don't know how to build the query URL (specifically the `term:any
` param) for the API to return me the data I can get using the website filters.
Is there more in depth documentation on how to build the keyword search somewhere?
Can anybody with more experience using the API help me to understand if there is a better way to achieve what I need?
Thank you in advance for any help you can provide.