In that previous thread we also discussed searching two indexes at the same time, but that doesn't work well since duplicates are returned -- and since swish returns the results a page at a time you can't remove duplicates very easily (without asking swish to return all results for every search and then removing duplicates).
oops, didn't think about this one. The same problem as doing JOIN on tables with paging. ;(
$r->no_cache is easy. You just search for the phrase "$r->no_cache" (with
quotes). The standard index even finds "$self->{r}->no_cache" with that
search.
Same with modules names. I actually like that method (using quotes) best, as it's most flexible. You can search for Registry and find Apache::Registry, and you can search for "Apache::Registry" and find just that.
it's just very unintuitive for us Perl users, Apache::Registry is a perfect word to me :).
But if we teach users to do it that way I guess we can live with that. i.e. we need a good/simple guide on using the search. Thanks Bill! _____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
