Need to search for documents in Sharepoint sites for keywords in filename with acronyms support using MS Graph API

Sumit Valecha 1 Reputation point
2023-09-06T09:52:44.1833333+00:00

I need to search for documents in Sharepoint sites for keywords in filename with acronyms support using MS graph api. so I have defined acronyms in my Search and intelligence centre as

EXCOM : Executive Committee

I have 4 test files named as Executive Committee Test 1, Executive Committee, Test EXCOM and Test Excom in small letters

and I'm using MS graph search api for "queryString": "filename:Executive AND filename:Committee" then I'm only getting 2 results(only docs with full forms ) whereas im getting all 4 documents when i issue a normal search "queryString": "Executive Committee"

So it is not respecting the acronyms when i used filename: attribute in search query. tested in UI at office.com URL also getting similar outcome.

Please suggest how it can work or how to report a issue to MS graph team.

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
4,754 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,864 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,582 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ab-8756 800 Reputation points
    2023-09-06T18:05:39.7866667+00:00

    Hello Sumit Valecha,
    Thank you for reaching out to this community forum.

    I have done some test from my end, and I am getting similar behavior in the Graph API results.

    I would highly recommend you open a support ticket with Graph API, this needs to be investigated from the back end.
    Hope this helps.
    Thanks.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.