Office graph inconsistency in requests

If I have a request like

myDomain/_api/search/query?Querytext='*'&Properties='GraphQuery:ACTOR(ME\,action\:1001)'

retrieve different results that this query

myDomain/_api/search/query?Querytext='*'&Properties='GraphQuery:ACTOR(ME\,action\:1001)'

Even when it's the same request and the only different is that I'm passing the "&" as "&".

Does somebody know what's the reason for this?

July 19th, 2015 10:07pm

Hi,

can you provide the difference between the result of the two queries?

Also, I would suggest you provide step by step details about how to reproduce this issue, it would make others easier to research on it.

Best Regards,

Dean Wang

Free Windows Admin Tool Kit Click here and download it now
July 21st, 2015 3:46am

Hi Yngrid,

Is there any update?

Best Regards,

Dean Wang

August 5th, 2015 3:15am

Your second query does not return edges, so that means it's not a graph query. It seems that everything after & is being ignored, which leaves you with a standard query with the * query text. This is because the REST API seems to not support the encoded & character. So use the first version.
Free Windows Admin Tool Kit Click here and download it now
August 5th, 2015 8:48am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics