[Plugin] Bludit Search beta version

Kanna
Jr. Bludit
Posts: 9
Joined: Mon Aug 06, 2018 6:45 pm

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
Attachments
bludit-search.zip
(2.17 KiB) Downloaded 181 times
hastenichgesehen
Ssr. Bludit
Posts: 19
Joined: Wed Jun 20, 2018 4:16 pm

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!
Attachments
Screenshot_2018-08-08 Meine BLUDIT Testsite.png
Screenshot_2018-08-08 Meine BLUDIT Testsite.png (119.67 KiB) Viewed 4296 times
--
Gruß
Horst
Kanna
Jr. Bludit
Posts: 9
Joined: Mon Aug 06, 2018 6:45 pm

Code: Select all

		if(preg_match("/[\W]+/i",$needle)){
			return $return;
		}
will handle it xD
User avatar
LRAM
Master Bludit
Posts: 199
Joined: Sat Sep 24, 2016 4:02 pm
Location: France
Has thanked: 22 times
Been thanked: 2 times
Contact:

Works perfectly for me
Thank you for a job well done.
https://sucrepop.com
Candies for the ears
hastenichgesehen
Ssr. Bludit
Posts: 19
Joined: Wed Jun 20, 2018 4:16 pm

Danke
--
Gruß
Horst
Kanna
Jr. Bludit
Posts: 9
Joined: Mon Aug 06, 2018 6:45 pm

Try this version LOL
bludit-search-v4.zip
(2.22 KiB) Downloaded 218 times
User avatar
LRAM
Master Bludit
Posts: 199
Joined: Sat Sep 24, 2016 4:02 pm
Location: France
Has thanked: 22 times
Been thanked: 2 times
Contact:

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
https://sucrepop.com
Candies for the ears
User avatar
LRAM
Master Bludit
Posts: 199
Joined: Sat Sep 24, 2016 4:02 pm
Location: France
Has thanked: 22 times
Been thanked: 2 times
Contact:

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
https://sucrepop.com
Candies for the ears
Post Reply