Search Unleashed
Search Unleashed extends the standard WordPress search with customisable search engines, including MySQL's full text and Zend's Lucene, as well as word highlighting and the ability to search across posts, pages, comments, titles, URLs, and meta-data.
The plugin also ensures that a search is performed against what a web browser sees, not what is contained within the database. For example, a lot of plugins will insert data into posts using shortcodes. Because this data is inserted run-time it is not included in any search results - the data is invisible. Search Unleashed performs searches across all data, including that added by plugins.
Some features of this plugin are:
- Customisable search engines (default WordPress, indexed WordPress, MySQL fulltext, Zend Lucene)
- Optional wildcards and logical search operations
- Optional prioritisation of fields - you decide what is more important
- Search posts, pages, comments, titles, URLs, tags, and meta-data (all configurable)
- Search data after it has been processed by plugins, not before
- Search highlighting of all searches, including titles and comments
- Search highlighting of incoming searches from external search engines (such as Google)
- Search results show contextual search information, not just a post excerpt
- Record search phrases and display in a log
- Exclude specific posts and pages from results
- No changes required to your theme
- No changes made to standard WordPress database tables
- Advanced search widget
XXX video
Search Unleashed is available in the following languages (included in the plugin):
- English
- Deutsch, thanks to Frank Bueltge, Gerhard Lehnhoff, and Andre
- Swedish, thanks to Olle Hellgren
- Russian, thanks to lecactus
- Italiano, thanks to Dario
- Dutch, thanks to Evert Jan van Ramselaar
- French, thanks to Vincent Granger
- Polish, thanks to Krzysztof Kowalik
- Spanish, thanks to Ivan Garcia
- Turkish, thanks to Mehmet Karaca
- Japanese, thanks to Hiroaki Miyashita
- Simplified Chinese, thanks to Yunfang Shang
- Brazilian Portuguese, thanks to Joao Miguel Aliano
- Danish, thanks to Georg S. Adamsen
Version History
- 0.2.29 - More 2.8 compat
- 0.2.27 - Fix #477
- 0.2.26 - Danish translation
- 0.2.25 - Add #347
- 0.2.25 - Fix #350
- 0.2.24 - Chinese & Brazillian translation. WP 2.7
- 0.2.23 - Japanese translation
- 0.2.22 - Turkish translation
Installation
Full installation details can be found in How to Install a WordPress Plugin.
How it works
Search Unleashed works by maintaining a search index that includes all processed information from your site. This is unlike the default WordPress search and most other search plugins, which directly use post data. Although maintaining a separate index is initially more work, the benefits are that a search is faster (it is only looking through relevant information) and can be made on data after processing by plugins. This last point is a key feature of Search Unleashed, and an example is given below.
A lot of plugins provide the ability to insert or modify data dynamically. This is typically achieved by inserting special shortcodes into posts. For example, Sniplets is a plugin to insert data into a post:
[sniplet some processed data]
This is fine when displaying the page, but when it comes to searching, the default search only sees the shortcode and not the end result. This means that any dynamically added data is invisible to the search, making the search itself somewhat less useful.
Search Unleashed indexes data after it has been processed by plugins, making all dynamically modified data visible to searches. The index is maintained separately to core WordPress data, so there is no worry of any corruption or incompatibilities caused by future upgrades.
Configuring the plugin
So you've installed the plugin, tried a search, and nothing happened. What's wrong? First you need to configure the plugin. Don't worry, this stage is painless and only needs be done once.
Configuration of the plugin takes place from the Search Unleashed administration page:
There are several sub-pages, each accessible from the menu at the top of the page:
Modules
Modules determine what data Search Unleashed indexes. For example, you can configure Search Unleashed to index post content, title, and URL.
Modules are enabled or disabled by checking the box on the left:
Modules can be configured by clicking the edit icon on the right:
Note that although a priority is provided in each module, only the Lucene and MySQL fulltext search engines use this. Details on prioritisation can be found in the Search Engine section.
The following modules are provided:
- Post content
- Post excerpt
- Post category
- Post author
- Post meta-data
- Post slug (URL)
- Post title
- Tags
- Comment author URL
- Comment content
- Comment author
Note that 'post' includes pages.
Options
The options page is split into several sections.
General Options

- Log expiry - Configure how many days worth of log data to retain. Enter 0 for no expiry, or -1 for no logs
- Replace category archive - Replace the category archive with a search based on the category name. That is, replace the 'WordPress' category archive with search results for 'WordPress'
- Replace tag archive - As above, but replaces a tag archive page with search results
Spider Options

- Search Engine - Select which search engine to use (see Search Engines below)
- Pages to exclude - Post/page IDs that will not be included in search results
- Categories to exclude - Category IDs where posts in that category will not be include in search results
- Include - Specify whether to include pages, posts, password-protected posts, private posts, or draft posts
Theme Options

- Force content display - Some themes, such as the 'default' theme, do not show any post content when displaying search results. This option tries to force the display of post content so that it can be highlighted.
- Search results page title - Change the title of the search results page to reflect the search conditions (i.e. includes the search phrase and number of result pages in the page title)
- Highlight searches - Highlight search results
- Highlight incoming searches - Incoming searches are from external search pages such as Google. Note that this may interfere with WP Cache and WP Super Cache
- Theme title position - Modify this if your title is not highlighted correctly
Search Style

- Include highlight CSS - Include the CSS for highlighting search results. Disabling this will require you to use your own CSS
- Highlight colour - Select CSS colour values for highlighted phrases
Filters
Search Unleashed allows you to perform searches across the results of all plugins. Sometimes you may have a plugin that adds data that you do not want included in your search results. To achieve this you can use the filters page to disable WordPress filters when data is being indexed. This does not affect the plugin at any other time.
The list of filters will vary according to the theme and plugins you have installed:
Note that this is an advanced feature - do not use unless you understand the effects.
Search Engines
A search engine provides search functionality. Search Unleashed has four search engines, each of which has advantages and disadvantages:
- Default WordPress
- Indexed WordPress
- MySQL Fulltext
- Lucene
A comparison of the engines is shown below:
| Needs Indexing | Include Plugins | Logical Search | Prioritization | Medium | |
|---|---|---|---|---|---|
| Default WordPress | No | — | — | — | DB |
| Indexed WordPress | Yes | Yes | — | — | DB |
| MySQL Fulltext | Yes | Yes | Yes | Yes | DB |
| Lucene | Yes | Yes | Yes | Yes | File |
You should select a search engine that provides features appropriate to your blog. The Lucene engine requires write access to your wp-content/cache directory and is file-based, whereas all other engines work directly from your database. All search engines will allow highlighting of search phrases.
Prioritization allows you to assign more weight to certain modules, which in turn affects the order of results - posts with more weight appear higher in results, posts with less weight appear later.
For example, you may decide that the title and URL should be more important than meta-data. In this instance you could change the priority of the title and URL module to have a higher priority than the standard 1.0. Setting a priority less than 1.0 will give it less weight.
Indexing
Depending on your choice of search engine you may need to index your database. This process runs through all your posts and stores the plugin-processed data in a separate search index. This process only needs to be performed once. Future modifications to posts will be automatically included in the index.
The default WordPress engine requires no indexing.
Indexing consists of visiting the search index page and pressing re-index button. Your database will then be indexed and a progress bar will show the state of this operation.
XXX video of indexing
Search Log
Search Unleashed can be configured to record a log of searched phrases. This can be viewed from the log sub menu.
Logical Searching
Search Unleashed tries to be as simple as possible for users performing searches and does not present a complicated set of search options. Instead a search is performed across all indexed data, and can be made using a similar syntax to what is used in popular search engines like Google or Yahoo.
Wildcards are supported through a *, but only when 'full text' searching is enabled:
head*
This will find all words that start with head.
Words can marked as required or not required using + and -:
+headspace - the word 'headspace' must exist
-headspace - the word 'headspace' must not exist
An exact phrase can be included by wrapping the phrase in quotes:
'exact search phrase'
Logical inclusion also works:
headspace AND plugin = +headspace +plugin
Here both headspace and plugin must exist.
Unlike some other plugins, Search Unleashed allows you to search for words smaller than four characters in length.
Incoming Results Template
Incoming results are highlighted using a default template. It is possible to change this template by performing the following steps:
- Create a directory
view/search-unleashedinside your theme - Copy the file
wp-content/plugins/search-unleashed/view/search-unleashed/incoming_local.phpto the newly created directory in your theme - Modify the copied file as appropriate
Note that the template file is separate from the plugin so you can update the plugin without needing to update the template.
Support
Please direct all support questions to the Search Unleashed support forum. Any support questions left on this page may not be answered.
Bugs & New Features
A full list of all bugs can be found in the Search Unleashed issue tracker.
| Date | Current outstanding bugs | Status |
|---|---|---|
| 07 Jun 2009 | inkompatibility with Event Calendar 3.2 beta | |
| 10 Jun 2009 | Geomap URL has changed | |
| 16 Jun 2009 | Highlight of incomming searches breaks shortcodes |
A full list of all requested features can be found in the Search Unleashed feature tracker.
| Date | Current requested features |
|---|---|
| 03 Feb 2009 | Stop Words List And Minimum Word Length |
| 04 Jun 2009 | Search Links? |
| 02 Jul 2009 | Option for exact matching of search query |
Need help? Found a bug?
Comments are disabled on this page. You can find more help by following one of these links:
- Bugs - all bugs should be reported in the Search Unleashed issue tracker.
- New features - these should be requested in the Search Unleashed feature tracker.
- Support - can be found in the Search Unleashed support forum.
Please provide as much information as possible. Screenshots help tremendously.












Comments (page 6 of 6)
Jul 3, 2008 6:33 pm |
Okay thats okay but if you click on that title to go into the post/page area why is the text not still highlighted so you can see all the search text. Whe in the post/page it does not keep even the orignal text highlighted so you can see where it is in that post/page.
Jul 4, 2008 1:34 pm |
Highlighting of text on post pages is configured from the options page.
Jul 16, 2008 3:25 am |
Strange question, but.. Is it possible to just add the search box into a theme without the theme having a search page? Or do I need to make the search page?
If there is just the code to make the search popup into the regular main page template, what is it? Where would the code need to be added?
Jul 16, 2008 11:20 am |
hello and thanx for the plugin!
unfortunately the search in nextgen gallery doesn`t seem to work in my blog (the reason why i try thes plugin). i searched for a possibility to search in description of images and show the found images as list or link. my images have descriptions, but no word will be found /displayed (i activated the nextgen gallery button in the options and all! buttons for search fields, also all metadata buttons). what do i have to change? or is it not possible the way i need it. thanx.
greetings from pixel:)
Jul 18, 2008 6:40 am |
I'm having the same issue that Pixel has...
Jul 19, 2008 11:02 am |
The plugin only searches nexgen tags, not description, and will not show a list of images.
Jul 21, 2008 2:34 am |
D'oh... so there is no way around it?
Jul 21, 2008 11:43 am |
Hi, great plugin, thanks a lot. But I have one question: I just donated the 8$, but the kitten is still weeping (I mean the text that gets inserted into every search result). How do I make this box vanish after donating?
Jul 21, 2008 4:23 pm |
Ritchie, check out the SU options page.
Felipe, at the moment no.
Jul 22, 2008 11:23 am |
Hi John, thanks! I overlooked the option.
Jul 22, 2008 2:15 pm |
Can you add radio buttons to narrow the search Criteria with this? I'd like to be able to add 2 radios that are "by Author" and "by Topic"? Is that possible?
Aug 12, 2008 1:28 pm |
Hi. Your plugin is rather useful, but... Look at this example. I have 3 posts:
Category Title
1. Rammstein Amerika
2. Rammstein Ich Will
3. Rammstein Du Hast
And now I'm searching for "Rammstein Ich Will", and this post is in the bottom of search results. Why so? Search result are in fact sorted by title. Can you improve your relevance factor of this search engine?
Aug 12, 2008 1:31 pm |
I mean the post number 2 is in the bottom. Sorry for double comment.
Aug 22, 2008 5:19 pm |
Wow. This is just too cool. I do have one issue though. I have pages that display RSS feeds using the PHPBay plugin. When the search results come up, I see the [phpbay] tags instead of any of the feed items. I'm not too worried about the actual RSS items getting indexed (I realize that's a bit over the top), but I can't seem to figure out how to skip showing the content or excerpt in those cases (I think the page title would suffice). Any thoughts? (Hope I didn't miss this issue in a previous comment).
Aug 31, 2008 4:53 pm |
Nice plugin, I like the highlighting option but it is a shame that you only see the Titles and categories in the first search result. It would be great if you would have the excerpt underneath the titles as well so that readers can filer out what they do not want upfront. As it is now, search results are not really helpful, apart from the highlights. But I guess I'm asking too much. Keep up the good work
Sep 3, 2008 3:34 am |
John, the excerpt is shown if your theme is written to display it. There are various options you can set in the SU plugin to try and force this but it may not work for the theme you are using.
Wally, due to the way WordPress works it's not possible for SU to disable certain plugins when it is creating the index - it's an all or nothing kind of situation.
Sep 4, 2008 1:22 pm |
I am using WP 2.5 and am actually having the same issue as nomad. When I do a search, you are able to see all the search results. When I click on one of the results to go to the page. The page is blank. And when I hit refresh, still blank. Even when I go back to the homepage and click through to that page from the nav the page is still blank. The only way I could get it back was to go up to the url and take off the very last forward slash following the permalinks and reload the page. Then it all came back. Very weird. If I figure anything out I will reply back.
Sep 5, 2008 1:40 am |
Casandra, this may well be caused by interaction with another plugin, or something to do with your theme. You could try temporarily changing themes and disabling all other plugins.
Sep 11, 2008 9:22 pm |
Hi John,
My search results page uses excerpt and my excerpts only include a title and 2 pics (a product, and a buy button). Without your plugin, when I do a search the search results page displays the excerpt with the title and the 2 pics. However, when I perform a search using your plugin, I only see the title, no pics on my search results page. How do I get the images to show?
Sep 14, 2008 5:52 pm |
best search plugin for wp out there but is there any option to disable built-in page navigation on search results? it looks awful on my site
Sep 15, 2008 1:41 am |
The navigation is part of your site's theme so you'll need to modify that.
Sep 15, 2008 4:49 am |
Joshua, I've added an option to disable search highlighting. This will leave the results up to your theme
Sep 17, 2008 5:16 am |
Useful plugin. But I have a few issues:
- when someone arrives on my blog after they performed a search on Google i.e, there is the div#incoming appearing. Where do I change its location in my HTML code, and its CSS styling?
- on the search engine result page, there are some HTML mistakes which won't let my page be validated. I.e: there are many span#high_2 - but an ID should appear only once in a source code. Maybe you could change this in a next version by setting a CLASS instead: span.high_2!
Otherwise, it works well.
Sep 17, 2008 2:15 pm |
The incoming results style can be modified by following the instructions above in the section titled 'Incoming Results Template'.
Classes are already used for the span elements to control colour. Certain elements will also have an ID which is referred to by the incoming search result box (clicking a search term will jump you to the first occurrence of that term). These IDs should be unique - if they are not then it's a bug.
Sep 22, 2008 10:47 pm |
Is there a way to disable (hide) the 'Local Search Results' box permanently (right now there is a hide button). We don't want it to show up anymore with searches. Thank you for a terrific plugin.
Sep 23, 2008 1:37 am |
Yes there is an option to remove the incoming search box - see 'configuring the plugin' above
Sep 23, 2008 2:10 am |
Could you tell me where the option is, I just don't see it. Thank you
Sep 23, 2008 12:12 pm |
See the 'configuring the plugin' section above - the option is highlighting incoming searches.
Sep 23, 2008 9:14 pm |
Thank you John, this plugin is a very nice addition to wordpress
Sep 24, 2008 10:01 pm |
Nice plugin, but I got some issues too.
The highlight appear on the search result, but does not appear on the post.
Check it:
http://www.cinereporter.com.br/?s=kubrick
When you enter on the post, the box appear, but there's no highlight at all
Thanks.
Oct 7, 2008 1:11 pm |
Did you forget to include mention of the hidden text your plugin places in the search results, or did I miss that part in the documentation?
Oct 7, 2008 1:17 pm |
What hidden text are you referring to?
Oct 7, 2008 6:07 pm |
Hi John, thanks for the plugin! Seems great so far... except on one point I've noticed.
If you do a search on my development site (rbwp.rob-barrett.com) for, say, 'Ahoy', the search will return the post 'Changes Ahoy!'. The problem is that I have title images on some of my posts which are given the Post Title as their ALT info, and Search Unleashed is finding and displaying this. I might not be explaining this well, but if you take a look, you'll see.
Anyway, basically I was wondering if there's a way to exclude certain sections, such as encasing them in a tag so that the search ignores it.
Thanks.
Oct 9, 2008 6:15 am |
Hi
I've noticed that searches don't work when using apostrohpe's - '
They probably break the sql query. Has anyone else had this and is there a way around it?
Great plugin though
Thanks
Oct 9, 2008 4:48 pm |
It could have been my unusual CSS, but there was some white-on-white text in my search results pages. I'll see if I can repeat the results and give you more info offline... thanks!
Oct 10, 2008 7:29 am |
This text appears as white on ivory crammed into the first search result:
"This great search was powered by Search Unleashed.
Help to prevent remove this message by getting the site owner to support this software."
Somehow, I think it's from your plugin.
Oct 10, 2008 8:44 am |
Yes it is from the plugin and can be disabled.
Oct 10, 2008 9:11 am |
Adey, apostrophes are removed from searches and do not break the SQL.
Rob, if that is happening on your site then it's a bug in the plugin and doesn't require any additional markup. Let me look into it
Oct 11, 2008 2:01 pm |
Hi, thanks for response. Is there a down side to allowing people to search words with apostrophes? Searching "Breakfast at Tiffany's" would fail unless you put "Breakfast at Tiffany" which most people wouldn't think to do
Oct 12, 2008 12:24 am |
Hi,
The plugins works pretty well... I just found something funny which I'm still trying to look for a workaround.
I have a title that includes "11:11" but when you do a search it returns nothing at all.
Any ideas?
Oct 12, 2008 4:38 am |
hi,
I have added simplified chinese translation zh_CN.po for this plug in
Tell me your email address, i will mail to you
Oct 12, 2008 11:53 am |
I can not re-index my pages. The status bar stays frozen. There isn't any progress. Any tips please?
Oct 12, 2008 1:22 pm |
Really loved the plugin. Thanks.
I have a similar problem as Moises stated. I have post titles that include apostrophes:
BASIL’S FLAME BROILED CHICKEN & RIBS
When I search for basil's or basil, there are no search results. When I search for bas or basi, there are results. For the time being, I have resorted to the WP standard search function.
Also, the plugin is not returning results for searches of content that does exist. It may be a competing plugin issue, but I thought I would mention it.
Oct 15, 2008 9:09 pm |
Great plugin. Works well. Is it possible to insert the search box somewhere else within a template? i.e. Not as a widget?
Oct 24, 2008 10:22 am |
I'm using datafeedr plugin and trying to get Unleashed to index the product pages with no luck. Does Unleashed only index pages from the database?
Oct 25, 2008 4:11 pm |
Hello John, if I turn off Plugin, my searches results shows full post, when I activate it, the post is shown, but it looses all the images, the font styles, its presented as plain text...
Any solution?
Sorry my english, I am from Argentina
Oct 26, 2008 9:42 am |
Yes, Search Unleashed indexes the WordPress post and comments database tables.
American, that is how SU works.
Kevin, you can insert the search box anywhere in your theme - it has nothing to directly to do with SU.
Oct 31, 2008 4:47 am |
Hi, me again. In a previous comment I wrote "I have pages that display RSS feeds using the PHPBay plugin. When the search results come up, I see the [phpbay] tags instead of any of the feed items. I'm not too worried about the actual RSS items getting indexed (I realize that's a bit over the top), but I can't seem to figure out how to skip showing the content or excerpt in those cases (I think the page title would suffice)."
You responded with "due to the way WordPress works it's not possible for SU to disable certain plugins"
But, that's not what I was asking (I probably didn't ask it right). I don't need the plugin disabled during the rebuild. Just some way to have it "skip" over and not index text that looks like phpbay] (or [wordbay] since I switched to that). If all that showed up was the page title, then all would be well.
Thanks
Nov 2, 2008 12:13 am |
Great. Would be nice to be able to specify a category to search in the querystring, eg:
http://site.com/?s=searchstring&searchzone=zonename&fieldname=fieldsearchstring&searchsubmit=Find
http://site.com/?s=1922&searchzone=customfields&customfieldname=year-founded&searchsubmit=Find
thanks.
Nov 2, 2008 12:18 am |
..note there is already a custom search field plugin here, but when turned on, it clashes with this plugin and gives no results:
http://dpaste.com/hold/88262/
Nov 2, 2008 8:43 am |
Wally, you can just display the title in search results by modifying the search.php file in your theme and removing the call to
the_contentorthe_excerpt. As an additional thing I could introduce an 'ignored words' list where you can enter certain words ([wordbay] for example) and SU removes these before any indexing. That may do the trick?Nov 11, 2008 8:19 am |
I use the english version of the plugin and want to upload to brazilian portuguese version, but I couldn't find the proper files in the 0.2.24 release. Is there any problems?
Anyaway, congratulations for the plugin, it is really a great improvement in WordPress' original search engine.
Nov 21, 2008 2:18 am |
is there a manual code to display the search form ?
Nov 23, 2008 4:04 am |
You display the search form using the standard WP techniques.
Nov 29, 2008 3:31 am |
[Search highlighting of incoming searches from Google, Yahoo, MSN, Altavista, Baidu, and Sogou]
Does this mean I can integrate SE with Google Search, which I'm currently using on my site? I'd love to be able to keep Google (for Adsense) and add SE's highlighting and other valuable features.
Thanks!
Dec 1, 2008 11:03 am |
Just an FYI, the latest beta of WordPress 2.7 (almost-rc-9997) seems to break the Search Unleashed plugin when editing a post.
On a unrelated note, it's a great plugin. Thanks for developing it.
Dec 4, 2008 3:21 pm |
Is there a way to prevent the search from running when a visitor enters only like 1 or 2 characters?
Dec 5, 2008 4:17 am |
Is there documentation of the logical operations allowed? Is this just equivalent to the MySQL documents?
When I try, for example, +'Hardpan' +'Ben Lomond' with articles that don't have that combination I get the list of articles that have both. If I put in Hardpan AND 'Ben Lomond' I still get the full set. None of that makes sense. I have the "Full text with logical operations" option turned on.
Dec 7, 2008 10:01 am |
Slobjones, no it means that when someone performs a search on one of those search engines that takes them to your site the words will be highlighted.
Patrick, in what way is it breaking the plugin?
Jon, there was, but so many people complained that they couldnt search for 1 or 2 character words that I removed the restriction - seems you can't please everyone!
Rich, the search uses MySQL full text searching
Dec 12, 2008 9:30 am |
Hi there,
since Alex Rabe updated his plugin NextGen Gallery to version 1.0/1.0.1 the function
searchnggallerytagswas replaced. Therefore some errors occured while using the module nextgen_gallery. Commenting some lines did the trick - maybe you can take a look at it?Thanks a lot,
and keep up the good work!
Best regards,
marcus.
Mar 6, 2009 5:29 pm |
Hi,
I experience the same problem with the searchnggallerytags.
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'searchnggallerytags' was given in /home/hetdigitalehart.nl/www/sneak/wp-includes/plugin.php on line 166Do you know what to comment to get this search plugin to work in combination with NGGallery v1.1.0?
regards
Joost
Dec 13, 2008 6:01 pm |
John,
Is there a way to display the results in some kind of "relevance" order?
I've found that sometimes when you search for some stuff I would expect the results ordered completely different.
For example: If you Search for the word "Blog" I would expect to see a post named "Blog history" before a newer post called "Web 2" that has the word blog on its content.
Dec 13, 2008 6:28 pm |
I have just upgraded to wordpress 2.7 and am getting Warning: Missing argument 2 for mb_strlen() in /usr/home/blog/wp-content/plugins/search-unleashed/search-unleashed.php on line 698. Please advise.
Dec 17, 2008 2:25 am |
"Help to prevent remove this message by getting the site owner to support this"
..this nag was a great disappointment, i wouldnt event bother to download if i knew
it was a crippled version. Lame.
Dec 17, 2008 4:30 am |
wplover, it is not a crippled version. If you had the patience to investigate you would have discovered why. Thanks for the support!
Moises, it is already in relevance order. This just may not be in the exact order that you expect.
Jan 4, 2009 5:41 pm |
hello there. i have a picture gallery-style site that doesn't have much content in the actual post itself besides the photo, just pictures with lots of tags. i am trying this out hoping that the search would also search the tags associated with each post (since the post itself has little content), but it seems that it does not .though, it does highlight the tags in the results (i think) if by chance my picture file name includes the search term i'm using. seems like searching the wordpress tags could be possible. much thanks for your help in advance.
Jan 13, 2009 4:57 am |
> Patrick, in what way is it breaking the plugin?
On Wordpress 2.7 if the Search Unleashed plugin (version 0.2.24) is active when I edit a post and the title has more of 30 characters the editor crashes. I'm only able to read the title but the rest of the post is missed. Disabling the plugin all work perfectly. Do you have any suggestion?
Jan 18, 2009 12:44 pm |
I've added it to the bug tracker
Jan 16, 2009 9:09 pm |
amazing plugin, congratulations! but i had the same problem than adrian@wajsbrem.com, my search custom fields plugin stop to works when search unleashed plugin is active, may you help me with this? thanks.
Jan 18, 2009 12:43 pm |
What is your search custom fields plugin?
Feb 13, 2009 4:26 pm |
hello! in your Version History, it is said "#0.2.25 - Fix #350", but i still get the mb_strlen error just after my post is published, maybe you can do like this: http://wordpress.org/support/topic/225204? thank you very much!
cheers
Feb 16, 2009 10:45 pm |
I think what Ronaldo is talking about is that when Search Unleashed is installed the plugin the plugin 'Sutstom Field Template' brakes. http://wordpressgogo.com/development/custom-field-template.html
Specifically, as soon as Search Unleashed is activated, once you click on Edit Pages or list the pages somehow the following errors appears:
Fatal error: Call to undefined function mb_substr() in /app/apache2/htdocs/cms/ccmsdevelopment/ccms/wp-content/plugins/custom-field-template/custom-field-template.php on line 255
Deactivating Search Unleashed removes the error.
Amazing Plugin BTW.
Feb 22, 2009 6:03 pm |
Deactivating the Custom Field Template plugin would also remove the error!
Feb 23, 2009 5:33 am |
Using latest versions of everything. If I just hit search without any search parameters I get odd search results like this:
Searchterm1">On searchterm2
Can the plugin detect empty search strings and return a more appropriate error message please?
Feb 26, 2009 10:43 pm |
Hello John - I love this plugin and have donated in the past. One problem though - I can no longer filter search by category like so:
blog/politics/?s=search
Why does such a query no longer work? Is there any solution for this? Thanks
Mar 1, 2009 11:43 am |
Search Unleashed doesn't provide this functionality so it must be something to do with WordPress itself
Feb 27, 2009 1:50 pm |
I'm experiencing an odd bug in WP 2.7 and 2.7.1 When I have Search Unleashed activated and a long permalink (35 or 40 characters) when I try to edit the post, I get a big blank screen where the edit window ought to be.
Feb 28, 2009 5:57 am |
Hi John,
when I installed this on my live site, at first it worked and now it won't. IE Searches just bring up a blank page.
I've tried re-indexing but I don't think that's working.
I've got it installed on a local desktop as well, and that's fine. When I re-index I can see the grey timer filling up and then giving me a message to "Finished Click to Return" but I don't get that on the live site.
Any ideas?
Thanks
Feb 28, 2009 6:27 pm |
Hi!
Great plugin! So great I made a Paypal donation
Good job! Looking forward for more great plugins.
Mar 1, 2009 5:22 pm |
Absolutely Great plugin! just one question, how can I disable the highlighting of the Search Results Titles? I still want words in the excerpts to be highlighted, just not the Titles of the Results.
Thanks!
Mar 1, 2009 7:24 pm |
Hello very nice plugin.
But if i have a post with the title "Post18",then if i put in the search Post 18,search unleashed searches only for the number 18.Is that a bug?How i can fix this?
Pings & Trackbacks
knowledgeconstructs.com, wp-plugins-db.org, ericulous.com, itinfusion.ca, wp.tekapo.com, projects.jesseheap.com, manuelviloria.com, manuelviloria.com, muiomuio.net, mamchenkov.net, dimanet.dubnahome.info, bolanoid.net, danielerollo.com, duechiacchiere.it, onbezet.nl, lecactus.ru, deceblog.net, yakuza.at, security.exabytes.com, blogsecurity.net, zone.org, vangardx.net, blog.softwarer.ru, milamira.cz, carrero.es, velqn.com, orioa.com, velqn.com, wpturkey.com, blog.urbanmainframe.com, wpturkiye.net, nazlireklam.com, developing.fyneside.com, blog.dmarkin.name, anindayorum.com, blog.dmarkin.name, nonormal.com, developing.fyneside.com, parandroid.com, cybercore.ru, mailce.com, mailce.com, anidandesign.com, criteriondg.info, haslo.ch, parandroid.com, onecho.com, thephotographer4you.com, goodyao.cn, secludedhabitat.com, mehmet.com, labellechev.com, duechiacchiere.it, four8.org, rob-barrett.com, nowog.com, wp-plugin-archive.de, im-tal.net, rahsiablogger.com, gunnar.se, falcon1986.wordpress.com, joaomiguelaliano.com, blaudenker.de, en.autocon.net.cn, spontaneousderivation.com, manuelgago.org, francescogavello.it, kreativen.com, velqn.com, rikk.biz, wealthydragon.com, artiss.co.uk, hiranthi.illutic.nl, andreaskarman.se, lovetreeng.org, blogorama.eisbrecher.net, chuinui.com, degula.com, bazamm.com, is34.net, tsi-lo.com, artiss.co.uk, iwanna.cn, medioman.de, coryholt.org, onextrapixel.com, weizenspr.eu, blog.usability-idealist.de, jardenberg.se, silentstreet.net, gercekkarakus.com, samjlevy.com, ispithotfire.com, fatihkomecoglu.com.tr, volkandesign.com, pcrooms.com, markdalton.co.uk, rikaizm.com, wpatch.com, wp-popular.com,
Leave a Reply