You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to receive only some fields from aql for jf rt --search. Regardless of what fields I enter into the -- include option, the command always returns a full list of fields in the search results.
Describe the bug
I want to receive only some fields from aql for jf rt --search. Regardless of what fields I enter into the -- include option, the command always returns a full list of fields in the search results.
Current behavior
[root@s1slt0009438: ~]# jf rt s --spec checksumSearch1.json --include "created"
06:31:05 [🔵Info] Searching artifacts...
06:31:06 [🔵Info] Found 2 artifacts.
[
{
"path": "repo/pathtofile/_DB_39.5.0/wdr_create_banki_test.sql",
"type": "file",
"size": 1378,
"created": "2017-05-22T14:25:51.168+02:00",
"modified": "2017-05-22T14:25:51.152+02:00",
"sha1": "00106920baac99a1ec22b25c400ff344f2f6c9ab",
"sha256": "b72b4fe6b0fb621dac6c85fcb044aad0a9a49f0d209a11c2095b07defb7e2050",
"md5": "1835f8a186a8fd5bb9b91db997d831ed",
"props": {
"COMPONENT": [
"ala_Informix"
],
Reproduction steps
Perform command:
jf rt s --spec <spec.json> --include "aql_field1;aql_field2,aql_field3"
Expected behavior
[root@s1slt0009438: ~]# jf rt s --spec checksumSearch1.json --include "created"
06:31:05 [🔵Info] Searching artifacts...
06:31:06 [🔵Info] Found 2 artifacts.
[
{
"path": "repo/pathtofile/_DB_39.5.0/wdr_create_banki_test.sql",
"created": "2017-05-22T14:25:51.168+02:00"}
},
{
"path": "repo/pathtofile/_DB_39.5.1/aaa.sql",
"created": "2017-06-22T14:25:51.168+02:00"}
},
JFrog CLI version
jf version 2.73.0
Operating system type and version
Red Hat Enterprise Linux release 8.10 (Ootpa)
JFrog Artifactory version
7.98.13 rev 79813900
JFrog Xray version
No response
The text was updated successfully, but these errors were encountered: