MikeFactorial.XTB.Plugins.UniversalSearch 1.3.3

dotnet add package MikeFactorial.XTB.Plugins.UniversalSearch --version 1.3.3
NuGet\Install-Package MikeFactorial.XTB.Plugins.UniversalSearch -Version 1.3.3
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.3.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MikeFactorial.XTB.Plugins.UniversalSearch --version 1.3.3
#r "nuget: MikeFactorial.XTB.Plugins.UniversalSearch, 1.3.3"
#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.
// Install MikeFactorial.XTB.Plugins.UniversalSearch as a Cake Addin
#addin nuget:?package=MikeFactorial.XTB.Plugins.UniversalSearch&version=1.3.3

// Install MikeFactorial.XTB.Plugins.UniversalSearch as a Cake Tool
#tool nuget:?package=MikeFactorial.XTB.Plugins.UniversalSearch&version=1.3.3

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

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.3.3 326 3/23/2024
1.3.2 112 3/23/2024
1.3.1 100 3/23/2024
1.3.0 90 3/23/2024
1.2.10 29,261 12/13/2019
1.2.6 520 12/13/2019
1.2.5 459 12/13/2019
1.2.4 536 12/12/2019
1.2.3 479 12/12/2019
1.2.2 478 12/12/2019
1.2.1 477 12/12/2019
1.2.0 492 12/12/2019
1.1.2 5,618 8/6/2019
1.1.1 1,855 7/19/2019
1.1.0 1,043 7/15/2019
1.0.7 10,727 12/11/2018
1.0.6 1,790 12/1/2018
1.0.5 648 12/1/2018
1.0.4 704 12/1/2018
1.0.3 635 12/1/2018
1.0.2 635 12/1/2018
1.0.1 631 12/1/2018
1.0.0 659 12/1/2018

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).
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.1.1
Includes a fix for entities with non-searchable primary name attributes to allow searching of those attributes.
1.1.2
Fixed a Nuget versioning issue that was in 1.1.1
1.2.4
Added Metadata Seach capabilities. Search Entities, Attributes, Relationships, Forms and Views for specific keywords.
1.2.10
Issue with merged assembly fixed
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.3.3
Versioning Fix