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
{{ message }}
This repository was archived by the owner on Apr 4, 2025. It is now read-only.
The Ark database contains many different types of product; including NICs, CPUs, NUCs and many more. There must be a way to distinctly categorise product entries in the database, even if it's not exhaustive. We may only be able to successfully identify NICs and CPUs, but that would still be better than nothing.
As an extension of this, it would be useful to add query params to the search endpoint to filter by a type of product (or even multiple).
It may be that the only way of identifying the type of a product is by checking certain specification fields in the product data. This has the potential to be very time consuming in a large set of products, in which case the outcome may not be desirable. Investigation is needed in this area.
DOD
Determine which products can be identified by type
Implement a way of only including products of X type or XY types in a search response