See Joomla Community Magazine:Some people seem to know quite a bit about the Webservices stuff despite the lack of documentation. I presume they are either among the developers of this stuff or people who have spent much more time than most of us have poking around in the code and experimenting to figure out what kind of magic incantation they should send in a Webservices request to get anything beyond the same code examples to do what they want to do. I'd have sort of expected that somebody from one of those two cohorts would have written a (possibly impolite) note to let me know that what I was wanting to do cannot be done - yet? - or that it could be done and how to do it... Or at least a pointer to some presentation/documentation/video that explains it.
https://magazine.joomla.org/all-issues/ ... api-part-1
https://magazine.joomla.org/all-issues/ ... api-part-2
https://magazine.joomla.org/all-issues/ ... api-part-3
https://magazine.joomla.org/all-issues/ ... api-part-4
or see https://slides.woluweb.be/ "Playing with the Joomla Web Services (API) in Joomla 4 or 5 or 6"
The filters that you can use are the same as in the Joomla core code, e.g. the Articles Model:Now that we have that of of the way - I understand filter by author, category, state, featured, tag, and language. What is filter by "search"?? Does it search ALL the attributes of ALL the articles looking for a match to some string? Or just search the text attribute? What's the structure of a search request? (Can it be told in which attribute[s] it should search?)
https://github.com/joomla/joomla-cms/bl ... sModel.php
Statistics: Posted by pe7er — Fri Apr 12, 2024 1:58 pm