Updated .gitignore and added TODO in AdafruitShop.
This commit is contained in:
parent
0b507b90a1
commit
ff080390f8
6
.gitignore
vendored
6
.gitignore
vendored
@ -447,4 +447,8 @@ Thumbs.db
|
||||
.history
|
||||
.ionide
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/aspnetcore,visualstudiocode,dotnetcore,python,database
|
||||
# End of https://www.toptal.com/developers/gitignore/api/aspnetcore,visualstudiocode,dotnetcore,python,database
|
||||
|
||||
# Props
|
||||
|
||||
shop-data
|
@ -24,6 +24,7 @@ namespace Props.Shop.Adafruit.Api
|
||||
|
||||
public async IAsyncEnumerable<ProductListing> Search(string query)
|
||||
{
|
||||
// TODO: Implement indexed search.
|
||||
if (ProductListingManager.ProductListings == null) {
|
||||
ProductListingManager.RefreshProductListings();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user