Search filters ---------------- Search by Dates ~~~~~~~~~~~~~~~~ User can select **"Search by Dates"** from the dropdown on the UI. After selecting this option, the user can enter or choose a **Start Date** and **End Date** using the date picker and then click the |searchByDateBtn| button to view the results in a tabular format, as shown in the image below. Additionally, the user can apply a **Purpose** or **Status** filter on top of the selected date range by choosing a purpose or status from the provided dropdown. .. |searchByDateBtn| image:: /images/searchByDateBtn.png :width: 15% :alt: Search Button .. figure:: /images/searcByDate.png :width: 100% :align: center | Search by ID ~~~~~~~~~~~~~ User can select **"Search by ID"** from the dropdown on the UI. This enables an input text field where the user can enter an **Entity ID** and click the |searchByIDBtn| button to view the matching records in a tabular format. **Note:** User can also use fuzzy or pattern-based strings to search for entity records. .. |searchByIDBtn| image:: /images/searchByIDBtn.png :width: 15% :alt: Search Button .. figure:: /images/searchByID.png :width: 65% :align: center | Search by Purpose ~~~~~~~~~~~~~~~~~~~ The user can select **"Search by Purpose"** from the dropdown on the UI. Upon selecting this option, the user can choose a Purpose from the purpose dropdown, specify a Start Date and End Date to further filter the results, and then click the Search button to view all entities matching the selected purpose and date range in a tabular format. .. figure:: /images/PurposeFilter.png :width: 65% :align: center | Search by Status ~~~~~~~~~~~~~~~~ The user can select **"Search by Status"** from the dropdown on the UI. Upon selecting this option, the user can choose a Status from the status dropdown, specify a Start Date and End Date to further refine the results, and then click the Search button to view all entities that match the selected status and date range in a tabular format. .. figure:: /images/StatusFilter.png :width: 65% :align: center | Last 7 days ~~~~~~~~~~~~~~ User can select **"Last 7 Days"** from the dropdown on the UI to quickly view all entities created within the last seven days. The date range is automatically calculated by the system, and the user only needs to click the search button to view the results. Optionally, the user can further refine the results by selecting a **Purpose** or **Status** filter to narrow down the results. .. figure:: /images/last7daysFilter.png :width: 65% :align: center | Today ~~~~~~~~ User can select **"Today"** from the dropdown on the UI to view all entities created on the current day. The start and end dates are automatically set to today’s date, and the results are displayed in a tabular format upon clicking the search button. Optionally, the user can apply a **Purpose** or **Status** filter to narrow down the results. .. figure:: /images/todayilter.png :width: 65% :align: center |