|
|
|
|
|
by herpderperator
1684 days ago
|
|
1. This makes an API request for every keystroke. Perhaps adding debouncing would be a good idea? 2. 500 error when typing a quotation mark - needs escaping: https://api.stovetop.app/recipes?q=%27 {
"statusCode": 500,
"code": "42601",
"error": "Internal Server Error",
"message": "syntax error in tsquery: \"':*\""
}
|
|