Closed cowmanjoe closed 5 years ago
The changes to searchController.ts break the search API endpoint because they replace the single quotes in the query string literals with double quotes. Any single quotes in template strings should be left as they are.
@DConnorFong Agreed, that would be very useful.
The changes to searchController.ts break the search API endpoint because they replace the single quotes in the query string literals with double quotes. Any single quotes in template strings should be left as they are.