Sorry for the delay responding! I've been out of town. Yep, if your
model has a "plaintext(self)" method (for example), which strips the
HTML from a field called "text", you could just put "plaintext" in the
index definition anywhere you would have put "text" and it'll work.
And yes, the name as a string, not the method itself. (I didn't
realize this either until I found an example someplace; I'm not sure
it's clearly documented.) In my plaintext method I just have a fairly
simple regex (r"<.*?>") that I use to strip out the HTML.
On Jul 20, 6:32 am, "
esatterwh...@wi.rr.com" <
esatterwh...@wi.rr.com>
wrote: