Aide pour la création d'une Searchbar (FRANCE)

Bonjour à tous .

je suis sur Glide Free , et je souhaite creer un barre de recherche qui ouvre le pavé numeric sur smartphone mais avec les conditions suivantes ;

  • je recherche une valeur numérique de la colonne “références” dans la table A (attribut numeric"
  • je souhaite que le filtre soit “contient”
  • je souhaite que sur smartphone ,seul le pavé numeric ou composition numéro telephone s’ouvre pour que la saisie soit plus facile.

What’s your use case here? Does a Number Entry writing to a user-specific column work?

The “filter” logic would be set up by you on the backend, based on the user-specific column.

1 Like

merci [ThinhDinh] ,
je suis débutant , et j’ai essayer beaucoup de chose de ce genre sans que cela fonctionne ;

Voici la recherche native de glide : je desire la meme chose sur une autre page mais avec une barre de recherche qui ouvre le pavé numerique sur smartphone et filtre avec “content”
une aide avec des images serait plus parlant pour moi (a cause de la traduction)

merci

Ok , j’ai réussi a faire ouvrir le pavé numerique pour ma search barre sur smartphone , mais je n’ai pas la possibilité d’appliquer un filtre ‘content’ avec des données numerique, comment faire ?

ok avec filtre equal

not work when the number is not complete

Use ‘Included In’ or ‘Includes’

1 Like

Where input this filter condition :Use ‘Included In’ or ‘Includes’

thanks

You need to write your number to a Text column instead of a Number column. Then you will see the options. You can still use a Number Entry component to get the correct keyboard, but as long as it’s writing to a Text column, then you should be able to set the filter properly.

Thanks
,in native searchbar evey thing works like you describe ,but not the numerc panel and i can’t imposed the numeric panel on phone.
I don’t know how impose numeric entry on phone.

Have you tried converting your column to text like Jeff said? You don’t need to change the number entry on the front end.

1 Like

here is my table ‘A’

and the filter

many thanks for your help
BR

You want to use ‘Includes’. Right now you are checking if the entire value in Référence is included in Recherche X. Unless you type the entire matching value, it won’t work. If you switch it to ‘Includes’, you are asking it to check if the value in Référence includes the value in Recherche X.

The difference is the direction of the comparison.
Checking if ‘ABC’ is included in ‘A’ won’t find a match because ‘BC’ is not found. But checking if ‘ABC’ includes ‘A’ will find a match because ‘ABC’ does include ‘A’.

As you can see , there’s no result when i use ‘Include’ and nomore result with the entire reference !
i don’t understand

yeahhhhhh
i put the “rechercheX” in user Table and everything is OK** :joy: :grinning_face:**

Many many thanks for your help .

i wish you the best for the futur .
i can continue my discover of glide seriously now , and i know where to go to find help.
Excuse my english , i don’t use google translate.

Best regards

1 Like