Skip to content

Seralize the input to IN in mysql query in search-results endpoint #271

@Gauravjeetsingh

Description

@Gauravjeetsingh

const q = `SELECT ${allColumns} ${allFrom} WHERE v.ID IN (${VerseID})`;

Instead of directly writing VerseID, need to seralize this input and send as query parameter

Originally posted by @Gauravjeetsingh in #268 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions