Ticket #64 (accepted defect)
language search interferes with search unleashed
| Reported by: | datapharmer | Owned by: | ofer |
|---|---|---|---|
| Priority: | major | Milestone: | 0.7 - Coming Major |
| Component: | WordPress Plugin | Version: | 0.3.6 |
| Keywords: | search, search unleashed, translation, lucene, indexed, mysql | Cc: |
Description
When language searching is enabled in .3.6 and the search unleashed plugin is installed there are problems with the search results.
Search unleashed allows the user to select from a variety of search engines under "options". The results are as follows:
default wordpress search: sql errors returned
indexed search: no results
mysql fulltext: no results
Lucene: results appear, but many additional empty results appear with no headline and only "..." as the text
Change History
comment:2 Changed 2 years ago by datapharmer
yes, that is the correct plugin. I found that transposh also interferes with a variety of other search related wordpress plugins, so this is definitely going to be a problem for other users at some point. For example, this plugin: http://wordpress.org/extend/plugins/highlight-search-terms/ when used with transposh will either highlight the wrong words or won't highlight anything at all.

I assumed such will happen, the problem of writing wordpress plugins :)
First, would like to verify:
http://wordpress.org/extend/plugins/search-unleashed
Is this the one?
The reason is probably because the plugin "steals" the search terms and returns them later to avoid wordpress creating his own search string. I'll see what can be done.