0

Help for a script to search text

Hi,

 

I would like to search for the words "Ara" and "Penguin" in my database

In the filter box at the top of the column

 

I've tried:

 

Like "Ara" or like "Penguin"

Does not work

 

= "Ara" or "Penguin

Does not work

 

= Ara and Penguin

it works but I have other names that all start with A

 

Could someone help me ?

 

Thanks

5 replies

null
    • saddinsell
    • 3 yrs ago
    • Reported - view

    Something strange :

     

    = "Ara" or = "Pingouin" works well

    But

     

    = "Ara" or = "Pingouin" or = "Aigle"

    Does not work !

     

    We are not allowed to search for 3 values ?

    • saddinsell
    • 3 yrs ago
    • Reported - view

    = "Branta" or = "Anser" or = "Corvidae"

     

    I tried with 3 values on an other column and that works.

    It seems that the first column has an issue.

    What can one do ?

    • Simon.1
    • 3 yrs ago
    • Reported - view

    Have you checked for blank spaces? I've had problems with code due to imported data containing, for example "Aigle  "

    • Mel_Charles
    • 3 yrs ago
    • Reported - view

    Has the field you are searching been added to the table view? if not add it

    • saddinsell
    • 3 yrs ago
    • Reported - view

    Thanks Simon

    In fact I had blank spaces…

    Thanks Mel

    I don't understand your answer.

    If I use the fiter box on the top of a column I am obviously in the table view.

Content aside

  • 3 yrs agoLast active
  • 5Replies
  • 549Views