Is there any way I can use the view.module and search for a number of filters. Basically I want to have a page that displays all nodes that start with any number. I tried setting the field to 'starts with' and entering:
"1,2,3,4,5,6,7,8,9,0"
"1, 2, 3, 4, 5, 6, 7, 8, 9, 0,"
"1 OR 2 OR 3 OR 4 OR 5 OR 6 OR 7 OR 8 OR 9 OR 0"
None of thoseworked, is there any way I can do it?