microsoftgraph / microsoft-graph-explorer-v4

React/Redux version of Graph Explorer used to learn the Microsoft Graph Api
https://developer.microsoft.com/graph/graph-explorer
MIT License
203 stars 85 forks source link

Filter for EntraID groups combined with endswith and attribute description is nor working #3101

Closed HIRSCHDBASF closed 3 months ago

HIRSCHDBASF commented 3 months ago

Describe the bug Trying to get all groups which endswith "UNINSTALL" as description is not working: https://graph.microsoft.com/beta/groups?$filter=endsWith(displayName,'uninstall')&$count=true

This will result in an error: image

Mentioned is the way here: https://learn.microsoft.com/en-us/graph/filter-query-parameter

To Reproduce Steps to reproduce the behavior:

  1. Go to graph
  2. Add url
  3. Add neaded header infos
  4. Run

Expected behavior As output only groups with the search parameter as ending should be visible.

ElinorW commented 3 months ago

Hi @HIRSCHDBASF , This is an issue with the Groups API. Please post this on the Graph Q&A channel where the appropriate team will be able to assist you

microsoft-github-policy-service[bot] commented 3 months ago

Hello @HIRSCHDBASF

Thank you for reporting your concern. Unfortunately, we in the Graph Explorer team do not have any ownership of the APIs that are causing you issues. If you report this issue in the Microsoft Q&A forum, it will get routed to the appropriate team for them to triage. https://aka.ms/askgraph This issue will now be closed. If you encounter any issues with Graph Explorer in the future, please feel free to open an issue.