Skip to content

Unable to filter listItems by value in fields.Β #3763

@Miles-Berry

Description

@Miles-Berry

Describe the bug
Previously (as recent as last week) I was able to filter listItems by custom-values in 'fields' however now my same filter query that worked over a week ago no longer is functional and returns a 200 with no hits. I have verified the items I am filtering for do exist, the field names are correct, and querying with out the filter does still return results.

To Reproduce
Steps to reproduce the behavior:

  1. GET https://graph.microsoft.com/v1.0/sites/{site-id}/lists/{list-id}/items?$expand=fields&$filter=fields/someField eq 'foo'

Expected behavior

  1. Returns list of results that match the filter.

Desktop (please complete the following information):

  • OS: Windows 11
  • Browser: Chrome
  • Version: 135.0.7049.41 (Official Build) (64-bit)

Additional context
filters based on anything outside of fields still seems to work, just when you filter on a field in fields does nothing return.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions