Hi all Is there a way to search only for parts of words? E.g. "vmware" should also find "vmwares"? Thanks for help Joshby Josh - Sphider Support
Hi all I'm re-indexing my webs every night using a cron job: /opt/lampp/bin/php /opt/lampp/htdocs/sphider/admin/spider.php -all Sadly this command seems to have finished already a second after executing it, which is impossible. When manually clicking on the "Re-index all" link in the admin panel it takes about 15mins until it has finished! I don't see the mistake I've probabby Josh - Sphider Support
Yes I guess so, I just wanted to suggest that you would take it in your project source code. If it really is so un-needed as I guessed in my first post, then probably your project should be optimized for all users.by Josh - Sphider Support
Hey dear developer Is there a way to omit the search=1 parameter when doing a search? I can't really imagine that this is needed, I guess it would be a better way to just check whether $_GET['query'] is set or not: if(isset($_GET['query'])) { // same as $_GET['search'] == 1 ... do some cool stuff... } My problem is that I want to call Sphider from my MediaWiki, and MediaWiki usesby Josh - Sphider Support