Fernando Briano
Fernando Briano
I don't know about the fluent configuration, but the error you pasted seems to come from what I described: ` from /usr/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:158:in require' /usr/lib/ruby/gems/2.7.0/gems/elasticsearch-xpack-7.17.0/lib/elasticsearch/xpack.rb:43:in ': uninitialized constant Elasticsearch::API::COMMON_PARAMS (NameError) `...
Hi @alimac, thanks for reporting this. I'll take a look as soon as possible!
@alimac and @baranyeni, I've released [elasticsearch-rails 7.2.0](https://github.com/elastic/elasticsearch-rails/releases/tag/v7.2.0), please let me know if you're still having the issue after upgrading. Thanks!
Thanks for reporting this, I'm going to look into it and release a fix as soon as possible.
Hi @dbackeus thanks for reporting this. I'll look into!
@snookersky I'm adding the `pagination` option for the backend configuration on the next release. More options will be added soon. Which ones do you think would be be the most...
@zymeth25 I've been trying to get rid of the `if: endif;` and `foreach: endforeach;` blocks, don't know why I used to think that's a good idea, you can't make PHP...
@zymeth25 I was giving this a shot, have some more uncommitted code, but I am exhausted and can't even read code anymore. I'll continue in the morning or maybe on...
Thanks for the comments @zymeth25! I'll finish this PR during the weekend. I definitely need to rest some more after work and code less :grimacing:. I'll probably rewrite it. Once...
@zymeth25 just getting back into WordPress and starting to remember how this works... If I understand correctly, we use the WP_Query object when calling `query_posts($args)` [here](https://github.com/picandocodigo/List-Category-Posts/blob/master/include/lcp-catlist.php#L91), which sets the WP_Query...