Added primitive search mechanism in backend.
Began implementing search mechanism for frontend.
This commit is contained in:
@@ -5,7 +5,6 @@ namespace Props.Options
|
||||
public const string Modules = "Modules";
|
||||
public string ShopsDir { get; set; }
|
||||
public bool RecursiveLoad { get; set; }
|
||||
public int MaxResults { get; set; }
|
||||
public string ShopRegex { get; set; }
|
||||
}
|
||||
}
|
9
Props/Options/SearchOptions.cs
Normal file
9
Props/Options/SearchOptions.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Props.Options
|
||||
{
|
||||
public class SearchOptions
|
||||
{
|
||||
public const string Search = "Search";
|
||||
public int MaxResults { get; set; }
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user