沒有可用的指標,我想檢索文檔_id與value === 13和anotherValue === 56的 與1 OR 文件 錯誤: There is no index available for this selector. 這是我的查詢: {
"selector": {
"$or": [
{
"_id": "1"
},
錯誤: No index exists for this sort, try indexing by the sort fields.
我試過在anotherValue,_id+anotherValue創建索引,但沒有什麼區別。 這是我的查詢: {
"selector": {
"_id": { "$gt": null },
"$or": [
{ "_