File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed
tests/CTS/requests/search Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 110110 "path" : " /1/indexes/theIndexName/uniqueID/partial" ,
111111 "method" : " POST" ,
112112 "body" : {
113- "attributesToUpdate" : {
114- "visible_by" : [" Angela" , " group/Finance" , " group/Shareholders" ]
115- }
113+ "visible_by" : [" Angela" , " group/Finance" , " group/Shareholders" ]
116114 }
117115 }
118116 }
Original file line number Diff line number Diff line change 396396 "path" : " /1/indexes/indexName/rules/redirect-help-rule" ,
397397 "method" : " PUT" ,
398398 "body" : {
399- "objectID" : " clearance-category-filter " ,
399+ "objectID" : " redirect-help-rule " ,
400400 "conditions" : [
401401 {
402402 "pattern" : " help" ,
627627 "objectID" : " tagged-brand-rule" ,
628628 "rule" : {
629629 "conditions" : [{
630- "pattern" : " brand\\\\ : {facet:brand}" ,
630+ "pattern" : " brand: {facet:brand}" ,
631631 "anchoring" : " contains" ,
632632 "alternatives" : false
633633 }],
637637 "facet" :" brand"
638638 }],
639639 "query" : {
640- "remove" : [" brand\\\\ :" , " {facet:brand}" ]
640+ "remove" : [" brand:" , " {facet:brand}" ]
641641 }
642642 }
643643 },
650650 "method" : " PUT" ,
651651 "body" : {
652652 "conditions" : [{
653- "pattern" : " brand\\\\ : {facet:brand}" ,
653+ "pattern" : " brand: {facet:brand}" ,
654654 "anchoring" : " contains" ,
655655 "alternatives" : false
656656 }],
660660 "facet" :" brand"
661661 }],
662662 "query" : {
663- "remove" : [" brand\\\\ :" , " {facet:brand}" ]
663+ "remove" : [" brand:" , " {facet:brand}" ]
664664 }
665665 }
666666 },
Original file line number Diff line number Diff line change 814814 "parameters" : {
815815 "indexName" : " theIndexName" ,
816816 "indexSettings" : {
817- "replicas" : [ ]
817+ "replicas" : [" " ]
818818 }
819819 },
820820 "request" : {
821821 "path" : " /1/indexes/theIndexName/settings" ,
822822 "method" : " PUT" ,
823823 "body" : {
824- "replicas" : [ ]
824+ "replicas" : [" " ]
825825 }
826826 }
827827 },
You can’t perform that action at this time.
0 commit comments