I want to get the results in the table of the word. I am about that Metla I am looking for "hello"

I want to get the results in the table of the word. I am about that Metla I am looking for "hello"

anaslamaizianaslamaizi Posts: 4Questions: 1Answers: 0

I want to get the results in the table of the word. I am about that
Metla I am looking for "hello"
I just want to get the results that starts with "hello" only

Answers

  • WebCodexWebCodex Posts: 71Questions: 13Answers: 3

    You can use a SELECT server side WHERE COLUMN LIKE then return that as an array

  • anaslamaizianaslamaizi Posts: 4Questions: 1Answers: 0

    I want this result when i put in search

  • anaslamaizianaslamaizi Posts: 4Questions: 1Answers: 0

    Thanks for your answers :)

  • allanallan Posts: 63,831Questions: 1Answers: 10,518 Site admin

    Looks like you might have disabled searching in the table. However, we'd need a link to the page showing the issue, per the forum rules, to be able to say what exactly is going wrong.

    Allan

  • anaslamaizianaslamaizi Posts: 4Questions: 1Answers: 0

    i want to get search by beginnings letters
    for example if i put in search bare lettres "proc"
    in the resutl

  • tangerinetangerine Posts: 3,365Questions: 39Answers: 395

    You need to provide more information. If you are using a database and server-side processing, then you have to modify your server-side code to include the necessary query.
    Otherwise, as Allan already said:

    we'd need a link to the page showing the issue, per the forum rules, to be able to say what exactly is going wrong.

This discussion has been closed.