query string with int

query string with int

amittai1995amittai1995 Posts: 2Questions: 1Answers: 0

I have a table with id and name. Some names consist of numbers.
When I try querying for the numbered names in the table, it only searches the table by id.
How can I resolve this?

Answers

  • colincolin Posts: 15,118Questions: 1Answers: 2,583
    edited February 2018

    Hi Amittai1995,

    Would you be able to create a live example, see the FAQ here. This will help us to understand your problem.

    Cheers,

    Colin

  • amittai1995amittai1995 Posts: 2Questions: 1Answers: 0

    yea I noticed but I'm not sure what to copy exactly from my code

  • colincolin Posts: 15,118Questions: 1Answers: 2,583

    Anything would be a help! :)

    As you can see in this example, the table has a numeric ID, as does the input control, and everything is working as expected. So it's likely to be something in your code.

This discussion has been closed.