diff --git a/doc/devdocs/modules/launcher/plugins/indexer.md b/doc/devdocs/modules/launcher/plugins/indexer.md index 63519a0583..03d9acc2ff 100644 --- a/doc/devdocs/modules/launcher/plugins/indexer.md +++ b/doc/devdocs/modules/launcher/plugins/indexer.md @@ -18,7 +18,7 @@ The indexer plugin is used to search for files within the indexed locations of t ### [`WindowsSearchAPI`](src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/SearchHelper/WindowsSearchAPI.cs) - The [`WindowsSearchAPI`](src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/SearchHelper/WindowsSearchAPI.cs) class leverages the [`OleDBSearch.cs`](src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/SearchHelper/OleDBSearch.cs) class to execute the query. - It initializes the `QueryHelper` in the `InitQueryHelper()` function by creating a catalog manager to the SystemIndex catalog. -- The metadata is initialized within the query helper, such as the number of results to retrive, the type of information to retrieve for each file (currently we retrieve the item URL, the file name and the file attributes). +- The metadata is initialized within the query helper, such as the number of results to retrieve, the type of information to retrieve for each file (currently we retrieve the item URL, the file name and the file attributes). - The query helper matches results using the name of the file only and they are sorted by the last modified date, ensuring that the recently modified files are ranked higher. - The File attributes are utilized to filter out hidden files from being displayed. @@ -36,4 +36,4 @@ Each of the indexer plugin results has a score set to 0 so they are present at t [OLEDBCommand]: https://docs.microsoft.com/en-us/dotnet/api/system.data.oledb.oledbcommand?view=dotnet-plat-ext-3.1 [OLEDBConnection]: https://docs.microsoft.com/en-us/dotnet/api/system.data.oledb.oledbconnection?view=dotnet-plat-ext-3.1 [Contains]: https://docs.microsoft.com/en-us/windows/win32/search/-search-sql-contains -[Like]: https://docs.microsoft.com/en-us/windows/win32/search/-search-sql-like \ No newline at end of file +[Like]: https://docs.microsoft.com/en-us/windows/win32/search/-search-sql-like