File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 36313631 "method" : " GET" ,
36323632 "header" : [],
36333633 "url" : {
3634- "raw" : " {{baseUrl}}/products?q=(\" . *logical_identifier\" exists)" ,
3634+ "raw" : " {{baseUrl}}/products?q=(*logical_identifier exists)" ,
36353635 "host" : [
36363636 " {{baseUrl}}"
36373637 ],
36413641 "query" : [
36423642 {
36433643 "key" : " q" ,
3644- "value" : " (\" .* logical_identifier\" exists)" ,
3644+ "value" : " (logical_identifier exists)" ,
36453645 "description" : " find all documents, which should be all, that have a logical identifier defined"
36463646 }
36473647 ]
37323732 "method" : " GET" ,
37333733 "header" : [],
37343734 "url" : {
3735- "raw" : " {{baseUrl}}/products?q=(\" .* illogical_identifier\" exists)" ,
3735+ "raw" : " {{baseUrl}}/products?q=(illogical_identifier exists)" ,
37363736 "host" : [
37373737 " {{baseUrl}}"
37383738 ],
37423742 "query" : [
37433743 {
37443744 "key" : " q" ,
3745- "value" : " (\" .* illogical_identifier\" exists)"
3745+ "value" : " (illogical_identifier exists)"
37463746 }
37473747 ]
37483748 }
38303830 "method" : " GET" ,
38313831 "header" : [],
38323832 "url" : {
3833- "raw" : " {{baseUrl}}/products?q=not (\" .* illogical_identifier\" exists)" ,
3833+ "raw" : " {{baseUrl}}/products?q=not (illogical_identifier exists)" ,
38343834 "host" : [
38353835 " {{baseUrl}}"
38363836 ],
38403840 "query" : [
38413841 {
38423842 "key" : " q" ,
3843- "value" : " not (\" .* illogical_identifier\" exists)"
3843+ "value" : " not (illogical_identifier exists)"
38443844 }
38453845 ]
38463846 }
48044804 "type" : " string"
48054805 }
48064806 ]
4807- }
4807+ }
You can’t perform that action at this time.
0 commit comments