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
|
.history
|
||||||
.ionide
|
.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)
|
public async IAsyncEnumerable<ProductListing> Search(string query)
|
||||||
{
|
{
|
||||||
|
// TODO: Implement indexed search.
|
||||||
if (ProductListingManager.ProductListings == null) {
|
if (ProductListingManager.ProductListings == null) {
|
||||||
ProductListingManager.RefreshProductListings();
|
ProductListingManager.RefreshProductListings();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user