Skip to content

Commit

Permalink
[AIDAPP-321]: Portal search loads forever and throws an error (#286)
Browse files Browse the repository at this point in the history
* Pass whether or not the article is featured

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* Update the helper files

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

* chore: fix enforcement of copyright on all files

---------

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>
  • Loading branch information
Orrison authored Oct 16, 2024
1 parent c05687a commit 7253753
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ public function get(Request $request): KnowledgeManagementSearchData
])
->get()
->toArray(),
'featured' => $article->is_featured,
];
})
->toArray()
Expand Down

0 comments on commit 7253753

Please sign in to comment.