Search
Last updated
Last updated
Search page allows you to search components meeting specific criteria.
Two types of search queries are supported
Search powered by AI accepts English query strings and gives the results.IN the Search bar, the default option is always the AI powered search.
Serach queries can be a complex query involving multiple conditions.
Few examples of search queries are:
Components with Critical or High Vulnerabilities that are exploitable
Components released after Ukraine war
Components with license MIT or Apache 2.0
OSS Components with Critical or High Vulnerabilities
The search bar supports a switch from prompt (English query) to GQL. A GQL provides a way to fine tune the results of a query.
GQL for the AI powered query - "Components with critical vulnerabilities" is shown below
The scope of search determines the result. There are two scopes supported:
My projects scope allows you to search all components that are used within your projects. These components can be open source, private, third party and any unknown components. The search is performed across all the projects (SBOMs) created in the tenant across all organizations. The search is restricted to your tenant's data.
Open Source scope allows you to search for open source components. Lineaje cloud runs a crawler that creates SBOMs for open source components. The search is performed on the open source components database that is shared across all tenants. This search does not include any private projects.
There are two views provided in search results
The table view lists down the results in a table view. The table view lists down columns that are determined, best match, based on the query context.
The column option can be used to view additional columns. The filters can be used to query for specific data.
Clicking on any row in the table takes you to the corresponding component view.
The git-card view lists down the results in a card view. The git-card view lists down data that are determined, best match, based on the query context.
The column option can be used to view additional columns. The filters can be used to query for specific data.
A search can be saved. The saved search will be listed in "Saved List". The saved search will be visible for all users in the tenant.
The search results can be exported as a csv. The search results may vary from few to several hundred or thousands. So exporting search is an asynchronous call. A background job gathers the results, prepares a csv and notifies in the notification icon (bell icon) as well as an email is sent when the data is ready.