diff --git a/.gitignore b/.gitignore index da52bcc..a4fbe5d 100644 --- a/.gitignore +++ b/.gitignore @@ -447,4 +447,8 @@ Thumbs.db .history .ionide -# End of https://www.toptal.com/developers/gitignore/api/aspnetcore,visualstudiocode,dotnetcore,python,database \ No newline at end of file +# End of https://www.toptal.com/developers/gitignore/api/aspnetcore,visualstudiocode,dotnetcore,python,database + +# Props + +shop-data \ No newline at end of file diff --git a/Props-Modules/Props.Shop/Adafruit/Api/SearchManager.cs b/Props-Modules/Props.Shop/Adafruit/Api/SearchManager.cs index ede16c6..523ca76 100644 --- a/Props-Modules/Props.Shop/Adafruit/Api/SearchManager.cs +++ b/Props-Modules/Props.Shop/Adafruit/Api/SearchManager.cs @@ -24,6 +24,7 @@ namespace Props.Shop.Adafruit.Api public async IAsyncEnumerable Search(string query) { + // TODO: Implement indexed search. if (ProductListingManager.ProductListings == null) { ProductListingManager.RefreshProductListings(); }