Database search options

Thanks Giedrius ,

Hmmmm. :frowning: OK, so apparently I’ll have to list them all :-S

So just to make sure I got this right, for EACH field to search, if I have 30 fields (I have more than that, but just as an example), I’ll put 30 lines containing :

.contains(‘FieldName’, $w(’ #input1 ').value)

Right?

Can I put

.contains(‘FieldName’, $w(‘#input1’, ‘#input2’, ‘#input3’ (up to) ‘#input30’, ).value)