@@ -499,7 +499,7 @@ Feature: Retrieve from Elasticsearch
499499 },
500500 "hydra:search": {
501501 "@type": "hydra:IriTemplate",
502- "hydra:template": "/books{?order[id],order[library.id],message,message[],library.firstName,library.firstName[]}",
502+ "hydra:template": "/books{?order[id],order[library.id],message,message[],library.firstName,library.firstName[],library.relatedGenres.name,library.relatedGenres.name[] }",
503503 "hydra:variableRepresentation": "BasicRepresentation",
504504 "hydra:mapping": [
505505 {
@@ -537,6 +537,18 @@ Feature: Retrieve from Elasticsearch
537537 "variable": "library.firstName[]",
538538 "property": "library.firstName",
539539 "required": false
540+ },
541+ {
542+ "@type": "IriTemplateMapping",
543+ "variable": "library.relatedGenres.name",
544+ "property": "library.relatedGenres.name",
545+ "required": false
546+ },
547+ {
548+ "@type": "IriTemplateMapping",
549+ "variable": "library.relatedGenres.name[]",
550+ "property": "library.relatedGenres.name",
551+ "required": false
540552 }
541553 ]
542554 }
@@ -615,7 +627,7 @@ Feature: Retrieve from Elasticsearch
615627 },
616628 "hydra:search": {
617629 "@type": "hydra:IriTemplate",
618- "hydra:template": "/books{?order[id],order[library.id],message,message[],library.firstName,library.firstName[]}",
630+ "hydra:template": "/books{?order[id],order[library.id],message,message[],library.firstName,library.firstName[],library.relatedGenres.name,library.relatedGenres.name[] }",
619631 "hydra:variableRepresentation": "BasicRepresentation",
620632 "hydra:mapping": [
621633 {
@@ -653,6 +665,18 @@ Feature: Retrieve from Elasticsearch
653665 "variable": "library.firstName[]",
654666 "property": "library.firstName",
655667 "required": false
668+ },
669+ {
670+ "@type": "IriTemplateMapping",
671+ "variable": "library.relatedGenres.name",
672+ "property": "library.relatedGenres.name",
673+ "required": false
674+ },
675+ {
676+ "@type": "IriTemplateMapping",
677+ "variable": "library.relatedGenres.name[]",
678+ "property": "library.relatedGenres.name",
679+ "required": false
656680 }
657681 ]
658682 }
@@ -714,7 +738,7 @@ Feature: Retrieve from Elasticsearch
714738 },
715739 "hydra:search": {
716740 "@type": "hydra:IriTemplate",
717- "hydra:template": "/books{?order[id],order[library.id],message,message[],library.firstName,library.firstName[]}",
741+ "hydra:template": "/books{?order[id],order[library.id],message,message[],library.firstName,library.firstName[],library.relatedGenres.name,library.relatedGenres.name[] }",
718742 "hydra:variableRepresentation": "BasicRepresentation",
719743 "hydra:mapping": [
720744 {
@@ -752,6 +776,18 @@ Feature: Retrieve from Elasticsearch
752776 "variable": "library.firstName[]",
753777 "property": "library.firstName",
754778 "required": false
779+ },
780+ {
781+ "@type": "IriTemplateMapping",
782+ "variable": "library.relatedGenres.name",
783+ "property": "library.relatedGenres.name",
784+ "required": false
785+ },
786+ {
787+ "@type": "IriTemplateMapping",
788+ "variable": "library.relatedGenres.name[]",
789+ "property": "library.relatedGenres.name",
790+ "required": false
755791 }
756792 ]
757793 }
0 commit comments