Skip to content

Commit

Permalink
v2.8.4
Browse files Browse the repository at this point in the history
* UI changes
* Move to github releases
  • Loading branch information
wobba committed Jun 11, 2019
1 parent 90de6c6 commit 0d7ee71
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,4 @@ FakesAssemblies/
/Solutions/Tenant Information Portal/src/TIP.Azure.ResourceGroup/Templates/WebSite.parameters.json
/Solutions/Tenant Information Portal/src/TIP.Azure.ResourceGroup/Templates/WebSite.parameters.local.json
/Solutions/SharePoint.Modernization/SharePoint.Modernization.Framework.Tests/App.config
*.zip
2 changes: 1 addition & 1 deletion Solutions/SharePoint.Search.QueryTool/PSSQT/PSSQT.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ PrivateData = @{
ReleaseNotes = @'
2.8.4:
New fetures:
New features:
Added a new swith IncludePersonalOneDriveResults which will return personal OneDrive results when searching SPO.
https://support.microsoft.com/en-us/help/4469277/sharepoint-online-search-will-not-return-private-onedrive-results
Expand Down
7 changes: 4 additions & 3 deletions Solutions/SharePoint.Search.QueryTool/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SharePoint Search Query Tool #

### Summary ###
*Use this tool to test out and debug search queries against the SharePoint 2013/2016/Online Search REST API.*
*Use this tool to test out and debug search queries against the SharePoint 2013/2016/2019/Online Search REST API.*

Learn how to build an HTTP GET/POST query, and how the different parameters should be formatted.

Expand All @@ -13,7 +13,7 @@ After running the query, you can view all types of result sets returned; Primary
* [Freshness boost generator under Tools](http://www.techmikael.com/2013/10/adding-freshness-boost-to-sharepoint.html)

### Applies to ###
- SharePoint Online, SharePoint 2013, SharePoint 2016
- SharePoint Online, SharePoint 2013, SharePoint 2016, SharePoint 2019

### Solution ###
Solution | Author(s)
Expand All @@ -29,6 +29,7 @@ Version | Date | Comments
2.8 | Mar 26th 2018 | Removed old SPO login as it fails too often. Fixed ADAL login for viewing all properties.
2.8.2 | Oct 10th 2018 | Re-added web based SPO login for some people. Updated to .Net 4.6.2 to support TLS 1.2
2.8.3 | Oct 18th 2018 | Fix for view all properties
2.8.4 | Jun 11th 2019 | UI fixes with a fluid layout, query history

### Disclaimer ###
**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**
Expand All @@ -42,7 +43,7 @@ This tool will help you test search against SharePoint as well as craft GET and
# Quick start guide #
## Download the tool ##
You can download the tool from here:
- [SharePoint Search Query Tool](https://github.com/SharePoint/PnP-Tools/blob/master/Solutions/SharePoint.Search.QueryTool/Releases/SearchQueryToolv2.8.3.zip?raw=true)
- [SharePoint Search Query Tool](https://github.com/SharePoint/PnP-Tools/releases)

Once you've downloaded the tool (or alternatively you can also compile it yourself using Visual Studio) you have a folder containing the tool **SearchQueryTool.exe**. Double click the file to start it.

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:Themes="clr-namespace:Microsoft.Windows.Themes;assembly=PresentationFramework.Classic" x:Class="SearchQueryTool.MainWindow"
Icon="Images/sp_site.png"
Title="SharePoint Search Query Tool v2.8.3" Height="820" Width="1100" MinWidth="800" MinHeight="600">
Title="SharePoint Search Query Tool v2.8.4" Height="820" Width="1100" MinWidth="800" MinHeight="600">
<Window.Resources>
<DrawingImage x:Key="Overlay">
<DrawingImage.Drawing>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.8.3.0")]
[assembly: AssemblyFileVersion("2.8.3.0")]
[assembly: AssemblyVersion("2.8.4.0")]
[assembly: AssemblyFileVersion("2.8.4.0")]
[assembly: NeutralResourcesLanguageAttribute("en")]

0 comments on commit 0d7ee71

Please sign in to comment.