All scraping code removed
This commit is contained in:
parent
c61bc27a7b
commit
df90fc5361
106 changed files with 666 additions and 5319 deletions
|
|
@ -231,8 +231,8 @@ namespace LibationSearchEngine
|
|||
return doc;
|
||||
}
|
||||
|
||||
public async Task UpdateBookAsync(string productId) => await Task.Run(() => updateBook(productId));
|
||||
private void updateBook(string productId)
|
||||
/// <summary>Long running. Use await Task.Run(() => UpdateBook(productId))</summary>
|
||||
public void UpdateBook(string productId)
|
||||
{
|
||||
var libraryBook = LibraryQueries.GetLibraryBook_Flat_NoTracking(productId);
|
||||
var term = new Term(_ID_, productId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue