Hello,
I have done a big part of the job of my C# proxy lib for piwigo WS.
I have all pwg.session, pwg.tags.* and pwg.category.* including the getImage working pretty good.
I have to start with the pwg.image.* functions.
pwg.images.search
what is the correct list of field for querying ?
thank a lot.
Offline
I've asked rvelices (who has coded this method) to help me on this topic :-)
Offline
bayral wrote:
pwg.images.search
what is the correct list of field for querying ?
I'm afraid I dont understand exactly what you mean. Are you talking about the parameter "query" or about f_min f_max rate, hit, date ...
Offline
Hy there,
I am .talking about the parameter "query".
thank
Offline
bayral wrote:
I am .talking about the parameter "query".
It 's the free text that you put in the quick search on the index page. It leads to searches on several items: tags (names, url names), categories (name,description), images (name,description, file name) in order to produce the results.
Offline