MikeFactorial.XTB.Plugins.UniversalSearch 1.5.0

dotnet add package MikeFactorial.XTB.Plugins.UniversalSearch --version 1.5.0
                    
NuGet\Install-Package MikeFactorial.XTB.Plugins.UniversalSearch -Version 1.5.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MikeFactorial.XTB.Plugins.UniversalSearch" Version="1.5.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MikeFactorial.XTB.Plugins.UniversalSearch" Version="1.5.0" />
                    
Directory.Packages.props
<PackageReference Include="MikeFactorial.XTB.Plugins.UniversalSearch" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MikeFactorial.XTB.Plugins.UniversalSearch --version 1.5.0
                    
#r "nuget: MikeFactorial.XTB.Plugins.UniversalSearch, 1.5.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package MikeFactorial.XTB.Plugins.UniversalSearch@1.5.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MikeFactorial.XTB.Plugins.UniversalSearch&version=1.5.0
                    
Install as a Cake Addin
#tool nuget:?package=MikeFactorial.XTB.Plugins.UniversalSearch&version=1.5.0
                    
Install as a Cake Tool

Universal Search tool will allow you to search all entities in Dataverse for a specific value or perform a wildcard search against all or specific entities in Dataverse. You can also perform a search against the Metadata in Dataverse

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.5.0 1,955 2/10/2025
1.4.0 236 2/5/2025
1.3.3 4,014 3/23/2024
1.3.2 220 3/23/2024
1.3.1 209 3/23/2024
1.3.0 202 3/23/2024
1.2.10 29,407 12/13/2019
1.2.6 655 12/13/2019
1.2.5 586 12/13/2019
1.2.4 671 12/12/2019
1.2.3 608 12/12/2019
1.2.2 608 12/12/2019
1.2.1 603 12/12/2019
1.2.0 622 12/12/2019
1.1.2 5,754 8/6/2019
1.1.1 1,994 7/19/2019
1.1.0 1,184 7/15/2019
1.0.7 10,869 12/11/2018
1.0.6 1,952 12/1/2018
1.0.5 794 12/1/2018
1.0.4 857 12/1/2018
1.0.3 785 12/1/2018
1.0.2 781 12/1/2018
1.0.1 776 12/1/2018
1.0.0 805 12/1/2018

1.5.0
Added highlighting to excel results
1.4.0
Added 'Open in Excel' function for results
1.3.3
Versioning Fix
1.3.0 (New Features)
Added the ability to search an exported and unpacked solution source including unpacking Canvas Apps and decompiling plugins for plain text search
1.2.10
Issue with merged assembly fixed
1.2.4
Added Metadata Seach capabilities. Search Entities, Attributes, Relationships, Forms and Views for specific keywords.
1.1.2
Fixed a Nuget versioning issue that was in 1.1.1
1.1.1
Includes a fix for entities with non-searchable primary name attributes to allow searching of those attributes.
1.1.0
This version includes the ability to search for records based on lookup names and picklist names as well as improvements to date/time searching. Please submit feedback on Github at https://github.com/mikefactorial/MikeFactorial.XTB.Plugins.UniversalSearch
1.0.7 (Initial Version)
Includes the ability to search for all native types string, integer, decimal, guid date/time values etc. as well as picklists and lookups by value. Note date/time values are based on UTC (Coordinated Universal Time).