× Requests and support related to jBackend.

Not all articles in the result with tags

  • edthenet
  • edthenet's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
6 years 10 months ago #6150 by edthenet
When i try to get a list of articles with a sudden tag i do net get all the articles that meet that condition
  1. Goto this link
  2. Select tag: - Berg aktiviteter
  3. The goto Postman and try this: apps.scorpionsoftware.nl/rest/get/content/tagarticles?tagid=5
  4. The result is not the same, Why?

Please Log in or Create an account to join the conversation.

  • edthenet
  • edthenet's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
6 years 10 months ago #6151 by edthenet
Replied by edthenet on topic Not all articles in the result with tags
Extra Information:

For faster testing: The article with the title "sla-div-23-05-2017-JoomlaUpdate" is not in the result.
I have version 3.5.0 installed form jBackend and Joomla! 3.7.2 with PHP 5.1.7
I have looked in the data and the item for content en content-item-map are available

Please Log in or Create an account to join the conversation.

More
6 years 10 months ago #6153 by admin
Replied by admin on topic Not all articles in the result with tags
Thanks for reporting. I will try to replicate the issue on my system.

I'll be back to you ASAP.

Kind regards,
Luigi

Please Log in or Create an account to join the conversation.

More
6 years 10 months ago #6157 by admin
Replied by admin on topic Not all articles in the result with tags
I have double checked the issue, and it seems all right. For the tag Berg aktiviteter you have 24 items, and the postman response is:
{
  "status": "ok",
  "total": 24,
  "limit": 10,
  "offset": 0,
  "pages_current": 1,
  "pages_total": 3,
  "articles": [
    {
      "id": "36",
      "title": "sla-26-3-2017-boflaten, berg, ipso, linde",
      "alias": "sla-26-3-2017-boflaten-berg-ipso-linde"
...

Can you please check it again?

Please Log in or Create an account to join the conversation.

  • edthenet
  • edthenet's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
6 years 10 months ago #6158 by edthenet
Replied by edthenet on topic Not all articles in the result with tags
Oke, now i see where the problem is.
The limit option is optional, but when not set by me it has a default of 10. I understand that you have created this limit, but i think it's only logical to also add the sorting facility like with the categories so i can get the latest 10 for example.

Thanks agian. This problem is fixed for now.

Please Log in or Create an account to join the conversation.

More
6 years 10 months ago #6159 by admin
Replied by admin on topic Not all articles in the result with tags
I understand what you are asking, and I will consider it for the next version. BTW consider that each plugin usually relies on the existing "model" to expose its functions, so it's easy to add a feature if it is already present in the "web" part.

Kind regards,
Luigi

Please Log in or Create an account to join the conversation.

Time to create page: 0.108 seconds