On Wed, Aug 21, 2002 at 06:12:18PM +0100, Robert Sanderson wrote:
> As we have ""ed terms, isn't firstWords actually:
> bath.title="search term *"
> as the whitespace is meangingfull?
Close, but not quite (if I was picky). What if the full title was
"search term" (no following text). In this case the white space would
cause it not to match.
Our solution in our stuff (OK, I have said it before and I am a
broken record sometimes!) was
[email protected]("search term")
where @firstWords() modified the attribute list for the term.
Alan
|