[nycphp-talk] Flexible Forms & How to store them...
csnyder
chsnyder at gmail.com
Tue May 15 14:01:07 EDT 2007
On 5/15/07, Jon Baer <jonbaer at jonbaer.com> wrote:
> I normally include @ least one column of YAML-based data
> (a misc field of sorts).
At first I thought this would work with a MySQL FULLTEXT index, but of
course it won't because the field names would be in more than 50% of
the records and would therefore be considered stopwords.
Nifty as this is, then, it only works if all querying is handled by
your application or an application using a platform that includes its
own sufficiently reliable search index. Clients who want/need to
create their own SQL queries are out of luck, or forced to use LIKE
expressions.
--
Chris Snyder
http://chxo.com/
More information about the talk
mailing list