You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Moreso a very easy improvement to aid in awareness of what the particular violation is
Describe the solution you'd like
Include the field name that failed validation and the value that caused the failure. For bulk json updates, it'd be great to include at the ID of the document that caused failure. These three additions would be completely sufficient.
The aspecificity is pretty unhelpful since I am using the bulk update to API to index thousands of documents at once (nearly positive the issue I am having is with an unexpected nulll field.) And there is a bit of friction for me to narrow down the problem here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Moreso a very easy improvement to aid in awareness of what the particular violation is
Describe the solution you'd like
Include the field name that failed validation and the value that caused the failure. For bulk json updates, it'd be great to include at the ID of the document that caused failure. These three additions would be completely sufficient.
manticoresearch/src/sphinxjsonquery.cpp
Line 1049 in b78ca03
Above is where the following error message is produced.
The aspecificity is pretty unhelpful since I am using the bulk update to API to index thousands of documents at once (nearly positive the issue I am having is with an unexpected nulll field.) And there is a bit of friction for me to narrow down the problem here.
The text was updated successfully, but these errors were encountered: