-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QUESTION: about sorting #2348
Comments
Hi @dnikola. First of all, I'm glad to read you saw a great improvement in the plugin. Thanks! Regarding your problems:
Thanks! |
This issue has been automatically closed because there has been no response to our request for more information. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. See this blog post on bug reports and the importance of repro steps for more information about the kind of information that may be helpful. |
Hello @felipeelia I am so sorry because of my late replay!
to fix this and it works now...
|
Hey @dnikola!
Regarding donating, although you can use the donate button on this page that is really not expected from our users :) Thanks! |
Hi @felipeelia
|
Hey @dnikola ,
Thanks! |
This issue has been automatically closed because there has been no response to our request for more information. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. See this blog post on bug reports and the importance of repro steps for more information about the kind of information that may be helpful. |
Hello,
since few last version I must admit that plugin has a great improvement.
I want to ask two question
`
$custom = get_option('custom_newsi');
but es return error
"error": { "root_cause": [ { "type": "query_shard_exception", "reason": "No mapping found for [post__in] in order to sort on", "index_uuid": "xxxxxxxxx", "index": "xxxxxxxxx" } ], "type": "search_phase_execution_exception", "reason": "all shards failed", "phase": "can_match", "grouped": true, "failed_shards": [ { "shard": 0, "index": "xxxxxxxxx", "node": "xxxxxxxxx", "reason": { "type": "query_shard_exception", "reason": "No mapping found for [post__in] in order to sort on", "index_uuid": "xxxxxxxxx", "index": "xxxxxxxxx" } } ] }, "status": 400
is it possible to make some fix for this?
"error": { "root_cause": [ { "type": "parsing_exception", "reason": "Unknown key for a VALUE_NULL in [sort].", "line": 1, "col": 28 } ], "type": "parsing_exception", "reason": "Unknown key for a VALUE_NULL in [sort].", "line": 1, "col": 28 }, "status": 400
but if i sort table by date or title, which is available only, it works without problem
Regards
Nikola
The text was updated successfully, but these errors were encountered: