Luis Godinho
Forum Replies Created
-
Hi
Yes, the plugin is changing the native search, although it shouldn’t conflict with other query tags. I’ll analyse the issue and change the plugin accordingly.
Again, thanks for reporting it.
Forum: Plugins
In reply to: [gee Search Plus, improved WordPress search] error log – Empty substringHi
I’ll have a look to this. thanks for reporting it!
Forum: Plugins
In reply to: [gee Search Plus, improved WordPress search] Search only full wordsHi.
At the moment the plugin doesn’t offer the exact search as a configurable option. I’ve made some investigation about this subject. Please read it on my blog.
Hopefully the presented solution will be merged into plugin’s code.
Thanks for the nice words about the plugin.
Hi Namibia,
Thanks for suggestions!
In the past there was plans to develop a premium version of the plugin, but that project is on standby. So geeSearch will continue to grow in features and always available here in the www.remarpro.com.
The Search Log is already in the roadmap to enable a simple auto-complete function in the search input box.
As per the highlight, unless you show me exactly what the problem is with the ‘hack’, I’m not planning to change it in the near feature. May I also note that as per the plugin version 1.3, the highlight is done through an element class, so you might change the style on your theme’s CSS.
Thanks for the kind words!
Forum: Reviews
In reply to: [gee Search Plus, improved WordPress search] Perfect – thank you so much!Hi scoutbrand,
Thanks for the feedback!
The complex stuff is under the hood and available using hooks. (e.g. if you need to adjust the relevance weights).Hi Bevrob
Change your last line of code and set the priority to 100, like this:
add_filter('pre_get_posts','SearchFilter', 100);
I’ll take your feedback into account for the next release, where I’ll add some hooks to define the post_type’s.
Let me know how it goes.
Cheers
LuisForum: Plugins
In reply to: [gee Search Plus, improved WordPress search] search captions?Hi Greg,
geeSearch Plus doesn’t search on media. I’m preparing a premium version of this plugin where it will be possible to search over media title, caption or description and retrieve the posts/pages where that media is being used.
Cheers
LuisForum: Reviews
In reply to: [gee Search Plus, improved WordPress search] works for meHi. Thanks for the kind words!
Forum: Plugins
In reply to: [XML Sitemap & Google News] PHP Strict StandardsHi.
Thanks for your answer.
Yes, using your version 4.3.101 I’m still getting:[14-Nov-2013 01:11:39 UTC] PHP Strict Standards: Only variables should be passed by reference in wp-content/plugins/xml-sitemap-feed/includes/admin.php on line 770 [14-Nov-2013 01:11:39 UTC] PHP Notice: Array to string conversion in /wp-content/plugins/xml-sitemap-feed/includes/admin.php on line 717
Forum: Plugins
In reply to: [gee Search Plus, improved WordPress search] geeSearch PlusHi Beggers.
The issue you’ve reported is solved on version 1.3.1
Thanks for your report.
LuisForum: Plugins
In reply to: [gee Search Plus, improved WordPress search] geeSearch PlusHi Beggers
I’ll have a look and get back to you soon.Forum: Plugins
In reply to: [gee Search Plus, improved WordPress search] [Feature Request]Hi Tarkan222
This is a good idea, but I need to evaluate if it can be part of this plugin.
Forum: Plugins
In reply to: [gee Search Plus, improved WordPress search] [Feature Request]Hi Tarkan222
Did you try the plugin before asking for this feature?
Hi Black White,
Thanks for the nice words and review.
Forum: Plugins
In reply to: [gee Search Plus, improved WordPress search] [Feature Request]I have been thinking about your request and how it could improve the plugin search mechanism.
Meanwhile, I would suggest you to use the stopwords mechanism to include the words related with your custom post types (in this case “pamphlet” ). This way, when you would search by “pamphlet on divorce”, it would reduce the search to the term “divorce” thus delivering results.