TcOpen icon indicating copy to clipboard operation
TcOpen copied to clipboard

[BUG] JsonRepository filtering bug

Open Specter-13 opened this issue 2 years ago • 0 comments

Describe the bug

When JsonRepository is used, there is a problem within TcoData, when we want want to filter data. When I want to show for example 5 records (I set per page selectbox to 5) and in storage there are more records, JsonRepository won't filter it.

To Reproduce

Steps to reproduce the behavior:

  1. Go to Data tab and make sure, in your Json storage are more then 5 records of data.
  2. Click on per-page button a choose 5 and click document button.
  3. It should show 5 filtered records, but still are showed all records.

Expected behavior

There should be correct filtering records like in Mongo repository implementation.

Screenshots

image

Specter-13 avatar Aug 09 '22 09:08 Specter-13