FULLTEXT equiv to "everything"

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
Steveo31
Forum Contributor
Posts: 416
Joined: Sun Nov 23, 2003 9:05 pm
Location: San Jose CA

FULLTEXT equiv to "everything"

Post by Steveo31 »

Hey, I'm making a search engine, and if the user doesn't submit anything for the name, keywords, or description, then pull back everything with the rest of the criteria. I don't want to post my code cause it took me a while to make, and I'm not ready to release it ;)

Basically, is there a wildcard for fulltext that would work in this case? Something like *? * ain't workin though :(
Post Reply