Page 2 of 2

Re: [Plugin] Bludit Search beta version

Posted: Wed Aug 08, 2018 4:16 pm
by Kanna
I upgraded Plugin now it support content search LOL

need tests .

If you got
Notice: Undefined index: append in D:\public_html\bludit\bl-kernel\helpers\paginator.class.php on line 25

it means my plugin is setting value which does not exists in Paginator.

temp fix

Code: Select all

'append' => false,
add it to Paginator Class public static $pager

Re: [Plugin] Bludit Search beta version

Posted: Wed Aug 08, 2018 5:23 pm
by hastenichgesehen
Das sieht schon mal sehr gut aus!
In den Beiträgen wurde bei mir alles gefunden.
Vielleicht kann man noch "?" und "*" abfangen? Entweder das Eingabefeld einfach löschen, oder eine Meldung 'Unerlaubtes Zeichen' ausgeben.

Inwieweit eine Suche auch in statischen Seiten sinnvoll ist, müssen andere begründen.
Mir reicht die jetzige Suche!

Super gemacht!
---------------------------------------------------------------------------------------------------------------------------------------------
That looks very good!
In the articles everything was found with me.
Maybe you can still "?" and intercept "*"? Either simply delete the input field or output a message 'Illegal character'.

To what extent a search also makes sense in static pages, must justify others.
I'm looking for the current search!

Well done!

Re: [Plugin] Bludit Search beta version

Posted: Wed Aug 08, 2018 7:42 pm
by Kanna

Code: Select all

		if(preg_match("/[\W]+/i",$needle)){
			return $return;
		}
will handle it xD

Re: [Plugin] Bludit Search beta version

Posted: Thu Aug 09, 2018 8:59 am
by LRAM
Works perfectly for me
Thank you for a job well done.

Re: [Plugin] Bludit Search beta version

Posted: Thu Aug 09, 2018 10:18 am
by hastenichgesehen
Danke

Re: [Plugin] Bludit Search beta version

Posted: Thu Aug 09, 2018 2:44 pm
by Kanna
Try this version LOL
bludit-search-v4.zip
(2.22 KiB) Downloaded 242 times

Re: [Plugin] Bludit Search beta version

Posted: Fri Aug 24, 2018 9:28 am
by LRAM
Bonjour

on my website for ukulele
https://sucrepop.com/Ukulele

the search the beach boys return nothing,
the search beach return 4 songs, 3 from the beach boys (in the title) one for Dala (in the post)

do you know why ?
Thanks

Re: [Plugin] Bludit Search beta version

Posted: Fri Aug 24, 2018 4:28 pm
by LRAM
in fact, when there are two words, it didn't seems to work

I search Claude

4 answers
-2 Claude françois
- 1 Claude Nougaro
- 1 Claude Michel Schonberg

I search François

0 answer

I search Francois
4 answers
-2 Claude François
- 1 François Deguelt
- 1 Françoise Hardy

I search Claude François

0 answer

I search Claude Francois
0 answer