Fix handling when search returns multiple JSON formatted results
modified src/search.c
@@ -467,10 +467,23 @@ exec_search(int argc, char **argv)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/utils.c
@@ -390,8 +390,6 @@ print_info(struct pkgdb *db, struct pkg * const pkg, uint64_t options)
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
modified tests/frontend/search.sh
@@ -4,6 +4,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -12,6 +13,24 @@ search_body() {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|