parisholley / wordpress-fantastic-elasticsearch

Improve wordpress search performance/accuracy and enable faceted search by leveraging an ElasticSearch server.
MIT License
162 stars 64 forks source link

Search not working in Wordpress 3.8.1 #86

Closed pedropaf closed 10 years ago

pedropaf commented 10 years ago

I have a clean Wordpress installation, and I also have enabled the plugin. When I try to perform a search (after setting up the index and indexing the posts) I get a blank page. Should this plugin be working for Wordpress 3.8.1? Thanks

datacoda commented 10 years ago

FWIW, 2.2.0 branch is working under 3.8.1 here. I haven't tried master lately.

parisholley commented 10 years ago

I haven't had a chance to test on 3.8 yet, are you seeing anything in your error log?

bnc8 commented 10 years ago

Great work Paris, we love this plugin. Any chance it will be working soon on the current version 3.9.1? Returning no results at present

parisholley commented 10 years ago

Unfortunately, I have no time to dedicate to this project ATM. Willing to take pull requests if anyone has any fixes.

v9n commented 10 years ago

I'm the person who wrote about this great plugin http://code.tutsplus.com/tutorials/wordpress-full-text-search-with-elasticsearch--cms-20891#disqus_thread and somebody pointed out the outdate result so I probably will submit some PRs. I just worry if anyone is working on them?

parisholley commented 10 years ago

I'd be happy to include other folks as contributors if they want to help, I'm just wayy to busy to deal with the plugin ATM.

parisholley commented 10 years ago

Guilt set in, today is the day! Gonna cut a 3.0 branch that is tested against ES 1.1, and latest wordpress. Will also walk through all the pulls! If anyone would like to help, let me know...

Rockstar04 commented 10 years ago

Sorry @kureikain and @parisholley . I wasn't trying to be a pain. Hopefully we can get everything up to par without too much trouble.

parisholley commented 10 years ago

@Rockstar04 No problem! I just needed the kick in the ass, hah. The popularity of the plugin grown too quick! Damned open source...

v9n commented 10 years ago

@parisholley Thanks for great plugin. And extensive test too. Open source is great (y)

Anything I can do to help? I know that you are super busy with your our startup so you probably just assign issue to me or somebody else want to help. Then you can continue to lead project, review PRs,code style, green test. and to make it even easier, we probably should utilize Travis Or wercker.com for our build tool. Or where we can start? which issue need to be fixed first?

Thanks again.

parisholley commented 10 years ago

@kureikain I just pushed a 3.0 branch, just getting things started. Right now, I just want to get the tests green on ES 1.1 (targeting that as I believe that is the default Travis CI version).

I am sure there are some fixes amongst the pull requests to make it happen just have to review. I'd say any issue that doesn't have a pull for it, is a candidate. Maybe once I get this green, people can start picking at it? Otherwise, if you are comfortable with Vagrant + Selenium, would be great to get the selenium tests working again. I had a lot of changes in 2.2 branch that I never pulled to master because I didn't finish the automated tests (including things like ajax widget), so that is another side project.

parisholley commented 10 years ago

I've run the automated tests against 4.0, so I assume all is well. Let me know if you see otherwise

parisholley commented 10 years ago

3.0.0 released, let me know if it solves your problems!

https://wordpress.org/plugins/fantastic-elasticsearch/