🖌 Beautification, added a description to CV-scraped results

This commit is contained in:
2022-01-02 01:14:37 -08:00
parent 296ebafd5f
commit ac563b9ce9
6 changed files with 90 additions and 12 deletions

View File

@@ -201,7 +201,7 @@ export const refineQuery = (inputString: string) => {
return {
searchParams: {
searchTerms: {
name: queryObj.comicbook_identifier_tokens.inputString,
name: queryObj.comicbook_identifier_tokens.inputString.trim(),
number: queryObj.comicbook_identifier_tokens.parsedIssueNumber,
year: queryObj.years?.toString(),
subtitle: queryObj.comicbook_identifier_tokens.subtitle,