so i have a full text search in my database, and it works fine
the problem i have is that my database is broken up into different sections, based upon a certain column criteria ("housing", "transportation", etc)... i can seach within each of the different sections by selecting the corresponding section from a dropdown menu
some of my sections are rather small, and i could see users wanting to view every record in the section.... now if i wasnt using full text search, i could use the % character, but with full text i cant.... also there is the default setting in full text that doesnt allow searches that return more than 50% of the database records (although im not completely sure of the actual percentage)
what i want to know is if there is a character that works like the % character for full text searches? thanks a bunch