File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ export async function useFetchQuery<R>(
74
74
}
75
75
76
76
return $fetch < R > ( url , {
77
+ cache : "no-cache" ,
77
78
credentials : "same-origin" ,
78
79
...options ,
79
80
query,
Original file line number Diff line number Diff line change 578
578
}
579
579
]
580
580
},
581
+ {
582
+ "collectionGroup" : " courses" ,
583
+ "queryScope" : " COLLECTION" ,
584
+ "fields" : [
585
+ {
586
+ "fieldPath" : " indexes" ,
587
+ "arrayConfig" : " CONTAINS"
588
+ },
589
+ {
590
+ "fieldPath" : " level" ,
591
+ "order" : " ASCENDING"
592
+ },
593
+ {
594
+ "fieldPath" : " place" ,
595
+ "order" : " ASCENDING"
596
+ },
597
+ {
598
+ "fieldPath" : " name" ,
599
+ "order" : " ASCENDING"
600
+ },
601
+ {
602
+ "fieldPath" : " createdAt" ,
603
+ "order" : " DESCENDING"
604
+ }
605
+ ]
606
+ },
581
607
{
582
608
"collectionGroup" : " courses" ,
583
609
"queryScope" : " COLLECTION" ,
You can’t perform that action at this time.
0 commit comments