Working search
This commit is contained in:
parent
271cf1f407
commit
2a572e8bc4
15 changed files with 217 additions and 39 deletions
8
backend/src/Services/ISearchService.cs
Normal file
8
backend/src/Services/ISearchService.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
using JellyGlass.Models;
|
||||
|
||||
namespace JellyGlass.Services;
|
||||
|
||||
public interface ISearchService
|
||||
{
|
||||
public Task<ItemDTO[]> Search(string searchTerm, string serverId);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue