Daniel Winter wrote: > > Hi, > > I have found out, that index stores the language of most Pages correct > in the mysql-Database. > > But i couldn't find any way to say in a Query something like: Search for > "blah" only on German Pages (language "DE" in the SQL-Database). > > Is there a way to say that in the query? (I like this feature in google > really and i thing is should not be a big problem do put it in aspseek > because the information needed is allready in the database).
This is possible by writing a CLangFilter similar to CTimeFilter (used to limit results by date). See include/urlfilter.h, src/urlfilter.cpp and any occurences of CTimeFilter and CLastMods for details. Seems that coding a new filter is quite easy...if anybody volunteers, please subscribe to aseek-devel and post your intention there. -- [EMAIL PROTECTED] ICQ7551596 [EMAIL PROTECTED] -- Guinness a Day Keeps a Doctor Away (people's wisdom)
