Reviewed: SharePoint 2013 Search Query Tool v2.2 (Nov 12, 2014)
Rated 3 Stars (out of 5) - QueryTemplatePropertiesUrl='spfile://webroot/queryparametertemplate.xml' doesnt get added for anonymous queries.
View ArticleNew Post: Anonymous Queries does not work in 2.2
Hi, I've commited the fix for this, so it will be included in the next build. In the mean time you can get the sources and compile yourself :)
View ArticleNew Post: Anonymous Queries does not work in 2.2
Thanks Wobba - not to complain but to let the community know about the issue. For sure this is easily rectifiable! Thanks again - F
View ArticleNew Post: Anonymous Queries does not work in 2.2
Glad you reported the bug. It was a 5 min one liner fix.
View ArticleNew Post: Site Specific Searches
Does this tool support filtering results for a specific site? I want to use "path" in the query string but don't see an option for it. Putting it into the Query Text does not seem to work for me...
View ArticleNew Post: Site Specific Searches
Just write: path:"http://server/path/path/" in the query text box to limit on path. It's part of KQL. Try adding a * at the as well if you don't get anything back.
View ArticleSource code checked in, #29933
Replaced the title, write query to get all managed properties with a WorkId query Added WorkId to the standard select properties
View ArticleNew Post: Rank Detail not appearing
Hy, I had the same issue, and now i found out the reason why: If the query Returns more than 100 items, "rankdetails" is empty. Don“t know why, but it is as simple as that. I guess in your case "green...
View ArticleNew Post: Rank Detail not appearing
Poidl wrote: Hy, I had the same issue, and now i found out the reason why: If the query Returns more than 100 items, "rankdetails" is empty. Don“t know why, but it is as simple as that. I guess in your...
View ArticleNew Post: Not sure how to get people (profile) results?
Can I get people results in the search query tool? I wasn't sure if there was a way to configure it or if it isn't designed to do this. Any guidance you can provide is appreciated! Thanks, Brian
View ArticleNew Post: Not sure how to get people (profile) results?
Nevermind... I just found the "Query Log Client type" option and selected the option for "PeopleResultsQuery". The results I am looking for are now available on the Secondary Results tab.
View ArticleNew Post: Not sure how to get people (profile) results?
Select the correct source id (we will rename that to result source id in the next release) and you will get it in the primary results tab:
View ArticleSource code checked in, #30342
Renamed Source Id to Result Source Id for more clarity Added WorkId to SelectProperties when IncludeRankDetail was checked. Added a tooltip to the rankdetail checkbox
View ArticleNew Post: Rank Detail not appearing
The scenario is to get rank details when you have more than 100 results, right? I just tried it myself and Poidl is right - more than 100 results and rankdetail is empty. I think this is a performance...
View ArticleNew Post: Not sure how to get people (profile) results?
Oh yeah, that works better than the way I came up with. Thanks, Max!
View ArticleSource code checked in, #30449
Added code to show rank details even if you have more than 100 results in the set. It will then re-issue the query for that one document based on WorkId. Did a ReSharper Cleanup on the file for...
View Article