Author: Alex Barkov Email: [EMAIL PROTECTED] Message: > I am having category problems with the Windows Pro 3.1.15.8 and mysql. > > As a test I indexed one site that is setup under category TV. There are 800 >documents under this category and all appear to be properly listed under the TV >category in the mysql database. If I do a general search I correctly receive back >800 responses. I also should receive back 800 responses in the TV category but only >get back 7. > > Is there something wrong with this search template. > > <SELECT NAME="ul"> > <OPTION VALUE="" SELECTED="$ul">Entire site > <OPTION VALUE="TV" SELECTED="$ul">TV > </SELECT> > > Also tried this > > <SELECT NAME="ul"> > <OPTION VALUE="" SELECTED="$ul">Entire site > <OPTION VALUE="/TV/" SELECTED="$ul">TV > </SELECT> > > Playing around with the template I even tried renaming the UL variable to CAT since >it looked like someone was doing that here under the Unix version. Incredibly it >worked but I do not know if that is the way it is intended to work, why that would >work at all or what other functionality I lose in doing so. > > > > >
Category and URL limits are two separate things. If you want to limit by URL part use $ul, if you want to limit by category, use $cat. Reply: <http://www.mnogosearch.org/board/message.php?id=3351> ___________________________________________ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]