react-version #1

Merged
memartel_loc merged 290 commits from react-version into main 2023-11-04 09:48:15 -04:00
Showing only changes of commit ecb39e3b54 - Show all commits

View File

@ -28,7 +28,7 @@ public class SearchController : Controller {
[EnableCors("_myAllowSpecificOrigins")]
[HttpPost(Name = "Search")]
public IEnumerable<Product> Post(string query, bool? preview, bool? deep) {
const int PREVIEW = 3;
const int PREVIEW = 4;
List<Product> products = new();
query = query.Trim();