Skip to content

Commit a13d632

Browse files
authored
Merge pull request #412 from FgForrest/dev
Regular patch fix bundle
2 parents 31148a8 + 7459376 commit a13d632

File tree

47 files changed

+1449
-436
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1449
-436
lines changed
Loading

documentation/user/en/query/ordering/examples/reference/entity-group-property.graphql

+15-15
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@
1313
}
1414
parameterValues(
1515
orderBy: [
16-
{
17-
entityGroupProperty: [
18-
{
19-
attributeNameNatural: ASC
20-
}
21-
]
22-
},
23-
{
24-
entityProperty: [
25-
{
26-
attributeNameNatural: ASC
27-
}
28-
]
29-
}
30-
]
16+
{
17+
entityGroupProperty: [
18+
{
19+
attributeNameNatural: ASC
20+
}
21+
]
22+
},
23+
{
24+
entityProperty: [
25+
{
26+
attributeNameNatural: ASC
27+
}
28+
]
29+
}
30+
]
3131
) {
3232
referencedPrimaryKey
3333
referencedEntity {

documentation/user/en/query/ordering/examples/reference/entity-property.graphql

+8-8
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
}
1414
parameterValues(
1515
orderBy: [
16-
{
17-
entityProperty: [
18-
{
19-
attributeNameNatural: DESC
20-
}
21-
]
22-
}
23-
]
16+
{
17+
entityProperty: [
18+
{
19+
attributeNameNatural: DESC
20+
}
21+
]
22+
}
23+
]
2424
) {
2525
referencedPrimaryKey
2626
referencedEntity {

documentation/user/en/query/ordering/examples/reference/reference-attribute-natural-multiple.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Collection("Product"),
66
FilterBy(
77
ReferenceHaving(
8-
"brand",
8+
"groups",
99
EntityHaving(
1010
AttributeInSet("code", "sale", "new")
1111
)

documentation/user/en/query/ordering/examples/reference/reference-attribute-natural-multiple.evitaql

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ query(
22
collection("Product"),
33
filterBy(
44
referenceHaving(
5-
"brand",
5+
"groups",
66
entityHaving(
77
attributeInSet("code", "sale", "new")
88
)
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
1-
| entityPrimaryKey | code | 🔗 groups: orderInGroup | 🔗 groups 📄 Group |
2-
| ---------------- | ---- | ----------------------- | ------------------- |
1+
| entityPrimaryKey | code | 🔗 groups: orderInGroup | 🔗 groups 📄 Group |
2+
| ---------------- | ------------------------ | ----------------------- | ------------------- |
3+
| 63049 | 'macbook-pro-13-2022' | 🔗 66503: ⎆ | 📄 Group: 66503 |
4+
| 66578 | 'macbook-pro-14-2021' | 🔗 66503: ↻ 63049 | 📄 Group: 66503 |
5+
| 66561 | 'macbook-pro-13-2022-4' | 🔗 66503: ⎆ | 📄 Group: 66503 |
6+
| 66563 | 'macbook-pro-13-2022-6' | 🔗 66503: ⎆ | 📄 Group: 66503 |
7+
| 66562 | 'macbook-pro-13-2022-5' | 🔗 66503: ⎆ | 📄 Group: 66503 |
8+
| 66565 | 'macbook-pro-13-2022-7' | 🔗 66503: ⎆ | 📄 Group: 66503 |
9+
| 66567 | 'macbook-pro-13-2022-9' | 🔗 66503: ⎆ | 📄 Group: 66503 |
10+
| 66566 | 'macbook-pro-13-2022-8' | 🔗 66503: ⎆ | 📄 Group: 66503 |
11+
| 66569 | 'macbook-pro-13-2022-10' | 🔗 66503: ⎆ | 📄 Group: 66503 |
12+
| 66571 | 'macbook-pro-13-2022-12' | 🔗 66503: ⎆ | 📄 Group: 66503 |
13+
| 66570 | 'macbook-pro-13-2022-11' | 🔗 66503: ⎆ | 📄 Group: 66503 |
14+
| 66573 | 'macbook-pro-13-2022-14' | 🔗 66503: ⎆ | 📄 Group: 66503 |
15+
| 66572 | 'macbook-pro-13-2022-13' | 🔗 66503: ⎆ | 📄 Group: 66503 |
16+
| 66575 | 'macbook-pro-13-2022-16' | 🔗 66503: ⎆ | 📄 Group: 66503 |
17+
| 66574 | 'macbook-pro-13-2022-15' | 🔗 66503: ⎆ | 📄 Group: 66503 |
18+
| 66577 | 'macbook-pro-13-2022-18' | 🔗 66503: ⎆ | 📄 Group: 66503 |
19+
| 66576 | 'macbook-pro-13-2022-17' | 🔗 66503: ⎆ | 📄 Group: 66503 |
20+
| 66581 | 'macbook-pro-14-2021-1' | 🔗 66503: ⎆ | 📄 Group: 66503 |
21+
| 66583 | 'macbook-pro-14-2021-3' | 🔗 66503: ⎆ | 📄 Group: 66503 |
22+
| 66582 | 'macbook-pro-14-2021-2' | 🔗 66503: ⎆ | 📄 Group: 66503 |
323

4-
5-
###### **Page** 1/0 **(Total number of results: 0)**
24+
###### **Page** 1/5 **(Total number of results: 99)**

documentation/user/en/query/ordering/examples/reference/reference-attribute-natural-multiple.graphql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
queryProduct(
33
filterBy: {
4-
referenceBrandHaving: [
4+
referenceGroupsHaving: [
55
{
66
entityHaving: {
77
attributeCodeInSet: [

0 commit comments

Comments
 (0)