Search found 19 matches

by haywardgg
Sun Sep 24, 2023 12:19 pm
Forum: General
Topic: Do you use the current search functionality?
Replies: 7
Views: 7749

Re: Do you use the current search functionality?

Tried, but now even searching with English characters returns no results. Try the original code (the one that worked for you before) and just replace the strtolower block with: // Convert search text to lowercase with multibyte support $text = mb_strtolower($text, 'UTF-8'); I can't test it at the m...
by haywardgg
Sat Sep 23, 2023 8:43 pm
Forum: General
Topic: Do you use the current search functionality?
Replies: 7
Views: 7749

Re: Do you use the current search functionality?

In your search plugin folder, edit plugin.php and replace the search function with this: Thank you for this code. I found that if I replace 'title' with 'content', I get the results which has the search text in their content. But there is a problem with your code. Persian or Arabic alphabet search ...
by haywardgg
Wed Jun 07, 2023 9:09 am
Forum: Plugins
Topic: Search is Case Sensitive - How can I change that?
Replies: 3
Views: 3537

Re: Search is Case Sensitive - How can I change that?

Oh boy, when you want use Bludit and want ready tools from first step you have right, back to wordpress. This still small community if you want compare with wordpress, when you can't stay with unfixed solution week or two, we can't do nothing. Thanks for sharing by the way. Some fixes haven't been ...
by haywardgg
Tue Jun 06, 2023 1:35 pm
Forum: General
Topic: Do you use the current search functionality?
Replies: 7
Views: 7749

Re: Do you use the current search functionality?

Hi guys. Loving Bludit and am taking a bit of a change of direction and changing the look and goals for my website. What are your thoughts on the current search functionality within Bludit? I'm asking because I have search working but it's a bit of a hit and miss. I get relevant results but I also ...
by haywardgg
Tue Jun 06, 2023 1:21 pm
Forum: Plugins
Topic: Search is Case Sensitive - How can I change that?
Replies: 3
Views: 3537

Re: Search is Case Sensitive - How can I change that?

Never mind, i fixed it myself. There's a lot of stuff with Bludit that just feels unfinished and forgotten. At this rate I'll end up going back to WordPress. Just feels abandoned imho! :( In the search plugin I replaced the search function with this (in case anyone else is looking for a fix to the c...
by haywardgg
Tue Jun 06, 2023 1:17 pm
Forum: General
Topic: Do you use the current search functionality?
Replies: 7
Views: 7749

Re: Do you use the current search functionality?

I found that it was searching Case sensitive (so seaerching 'jackson' wouldn't return pages with 'Jackson' and vise versa). I changed the search function in the search plugin and fixed it. But I still get results that don't have the keywords, which is annoying haha! private function search($text) { ...
by haywardgg
Sun May 21, 2023 5:30 pm
Forum: General
Topic: After change host, can not add new content, but can edit
Replies: 1
Views: 652

Re: After change host, can not add new content, but can edit

Have you changed the Site URL in the Bludit settings panel? Use this script to fix the directory and file permissions (may or may not help)! #!/bin/bash D_OWNER=www-data D_GROUP=www-data D_ROOT="/var/www/html/yourdomain.com/subdirectory" # reset to safe defaults find ${D_ROOT} -exec chown ...
by haywardgg
Sun May 21, 2023 5:24 pm
Forum: General
Topic: Bludit on nginx problems
Replies: 1
Views: 574

Re: Bludit on nginx problems

I use Nginx on my server and don't have that issue. Latest build with latest PHP version etc.

This sounds more like a problem with permissions or misconfigured install Bludit to me.
by haywardgg
Sun May 21, 2023 5:18 pm
Forum: Plugins
Topic: Search is Case Sensitive - How can I change that?
Replies: 3
Views: 3537

Search is Case Sensitive - How can I change that?

I've noticed that the Search plugin only returns Case Sensitive results. So if I have a title "Ebook for WordPress" and I search "ebook" or "wordpress" it doesn't return that title/post. Is there any way to change this so that the search is not case sensitive? Thank you.
by haywardgg
Sun May 21, 2023 4:14 pm
Forum: General
Topic: [Script Help] Trying to Recyle Old Posts
Replies: 0
Views: 7357

[Script Help] Trying to Recyle Old Posts

Hi. Can someone with a better knowledge of API's and Python help me with this script. I'm basically trying to find the last (oldest) post and repost it with today's date.

My mess of a script:

https://gist.github.com/haywardgg/c86b5 ... 24e5ae68cf