Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Activities. activity filter limit:0 and limit:-1 has confusing behaviour #9880

Open
Tracked by #9683
Salipa-Gurung opened this issue Aug 21, 2024 · 0 comments
Open
Tracked by #9683
Labels

Comments

@Salipa-Gurung
Copy link
Contributor

Salipa-Gurung commented Aug 21, 2024

Describe the bug

Create folders:

  • New folder
  • New folder/Sub folder
  • New folder/Sub folder/test folder
  1. When limit set to -1, response does not contain any activity ❓
    curl https://host.docker.internal:9200/graph/v1beta1/extensions/org.libregraph/activities\?kql\=itemid:{itemid}+AND+limit:-1
    -uadmin:admin \
    -vk
    
    {"value":[]}
  2. When limit set to 0, response contains all the three folder creation (in this case) activity log ❓

Expected behavior

Unclear

@saw-jan saw-jan changed the title Activities. activity filterlimit uncertain behaviour Activities. activity filter limit:0 and limit:-1 has confusing behaviour Aug 22, 2024
@micbar micbar mentioned this issue Sep 12, 2024
18 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant