To be more precise, I want to search product key, using "feature name" and "feature value".
Thanks, Buddy
Hi,
I'm trying to use advancedSearch in a php script.
I'm a complete newbie in php ad did not find any example on the forum. 😳
Does any one have an example, please ?
Many thanks,Buddy
To be more precise, I want to search product key, using "feature name" and "feature value".
Thanks, Buddy
It's been a while since we've updated the web API pack. You'll need to add an "AdvancedSearch" function to the LimeLM.php. You can use the findPkey() function in that file as the basis for the modifications.
All of our web API docs are here: https://wyday.com/limelm/help/api/
Here's limelm.pkey.find: https://wyday.com/limelm/help/api/limelm.pkey.find/
Here's limelm.pkey.advancedSearch: https://wyday.com/limelm/help/api/limelm.pkey.advancedSearch/
Thank you for your response, Wyatt.
I already read all these pages and if I knew how to add a call to "AdvancedSearch", I would not have asked the question ....
As I already said, I do not know anything about php ....
You may need to update the web API pack.After browsing the forum for hours and hours, I'm not the only one who wonders about this function ...
Thank you, Buddy
OK, we've updated the LimeLM web API pack with the new Advanced Search function in LimeLM.php. Get it here: https://wyday.com/limelm/api/#web-api-pack
Read the function definition for how to use it.