Search found 309 matches

by captquirk
Sat Nov 11, 2017 2:16 am
Forum: Sphider Help
Topic: New search interface?
Replies: 4
Views: 8194

Re: New search interface?

Actually, if you look at the code, it already DOES return an array! Each page of results is an array, and the number of elements is user defined, with the default set at 10.
by captquirk
Thu Oct 19, 2017 5:25 pm
Forum: Sphider Help
Topic: Sphider can work with databases other than MySQL
Replies: 6
Views: 17400

Re: Sphider can work with databases other than MySQL

...why you are creating multiple versions. It seems like that would create a lot of extra work, making sure they are 'in sync'. That is a good question. It IS a lot of work trying to keep them in sync! So why do it? L-o-n-g answer: I started out using 1.3.6 of the original Sphider. It served me wel...
by captquirk
Sat Sep 02, 2017 4:03 pm
Forum: Sphider Help
Topic: Bad News! (and some good news, too)
Replies: 0
Views: 6347

Bad News! (and some good news, too)

It has been discovered that Sphider 1.6 (or any of the earlier versions, for that matter) will not run using PHP7.1. Fatal errors keep popping up all over the place. At first everything seems fine... but then you start using it and at some point it happens... CRASH! Well, the good news is that PHP 7...
by captquirk
Sun Aug 27, 2017 11:33 pm
Forum: Sphider Help
Topic: Phrase Search in 1.6 does not work
Replies: 8
Views: 13342

Re: Phrase Search in 1.6 does not work

Final resolution.... Sphider 1.6 encodes the full text of a web page prior to storing. This is fine unless the page is ALREADY utf-8 encoded. Encoding to utf-8 text that is already utf-8 produces garbage. For anyone having the same issue with Sphider 1.6, go into sphider.php and comment out line 345...
by captquirk
Sun Aug 27, 2017 1:11 am
Forum: Sphider Help
Topic: Phrase Search in 1.6 does not work
Replies: 8
Views: 13342

Re: Phrase Search in 1.6 does not work

Search - with "find all words" Confirmed that there is a problem with punctuation marks making words un-findable. The problem is that punctuation marks (apostrophe excluded) are not indexed as a part of the word, but the search has not stripped those marks. Thus, the search fails. Definite...
by captquirk
Sat Aug 26, 2017 11:42 pm
Forum: Sphider Help
Topic: Phrase Search in 1.6 does not work
Replies: 8
Views: 13342

Re: Phrase Search in 1.6 does not work

Okay. I found the reason the phrase "a memorable event in the U.S." returns no results, at least in my setup. During indexing, I have the minimum word length set at 3. "U.S." is 4 characters. So the phrase search is including in in the list of words to look for and not the list o...
by captquirk
Sat Aug 26, 2017 5:23 pm
Forum: Sphider Help
Topic: Phrase Search in 1.6 does not work
Replies: 8
Views: 13342

Re: Phrase Search in 1.6 does not work

I indexed your blog. I did exclude some items, such as "/tag", "/category/", "/author", "/feed", "/page", "/?", and "/wp-json". Anyway, I ended up with 190 pages in the index. I was able to do a search on phrases, although I did f...
by captquirk
Sat Aug 26, 2017 6:05 am
Forum: Sphider Help
Topic: Phrase Search in 1.6 does not work
Replies: 8
Views: 13342

Re: Phrase Search in 1.6 does not work

I visited your site and search page. What I found is that: 1) Phrase search DOES work, but... 2) It appears the entire blog is not indexed! When I search for phrases in later blogs, I get no results. Searching for phrases in older posts DO return expected results. When I do an AND search using a phr...
by captquirk
Sat Aug 26, 2017 4:27 am
Forum: Sphider Help
Topic: Phrase Search in 1.6 does not work
Replies: 8
Views: 13342

Re: Phrase Search in 1.6 does not work

I'll look into it. Are you using regular or PDO?
by captquirk
Fri Aug 18, 2017 3:49 pm
Forum: Sphider Help
Topic: 1.6.0 works great!
Replies: 1
Views: 4922

Re: 1.6.0 works great!

Glad you like it... always looking for ways to improve Sphider.