Skip to content

Commit

Permalink
Merge pull request #656 from spawaskar-cora/jasmine_searchPaginationO…
Browse files Browse the repository at this point in the history
…ption

Search Option documentation
  • Loading branch information
SachinPawaskarUNO authored Jun 9, 2021
2 parents 1ae2eb6 + 704bd60 commit 0a22291
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 0 deletions.
Binary file added docs/images/skeletalElements/newSearch.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/skeletalElements/oldSearch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/skeletalElements/searchOption.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/skeletalElements/showRows.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions docs/user-guide/skeletalelements.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,33 @@ There are some columns which are not displayed at the screen but can be made vis
On this page you can filter how many results are shown per page, as well as search the results.
To view the details of a skeletal elements, click on the key in the search results. You can also export the search results in Excel and PDF format.

##### Search Options
Two search options are available to the user inside the User Profile Project tab.

![Search Option View](../images/skeletalElements/searchOption.png)

*Client-Side Pagination - **Ideal for small projects***

**Max Search Limit 500**

![Old Search View](../images/skeletalElements/oldSearch.png)

The server renders all results queried from the project search bar request, allowing the user to paginate and search through the entire response. Limitations with this search options, include longer response times or application overload for projects with large sets of data.

*Server-Side Pagination (Default) - **Ideal for large projects***

**Max Search Limit 250**

![New Search View](../images/skeletalElements/newSearch.gif)

The server will render only the selected quantity of data provided by show rows options at the top left corner of the page.

![Show Row View](../images/skeletalElements/showRows.png)

Each tab will generate a new call to the server and retrieve the next set of data. This search option is ideal for project with larger sets of data. Search result filter is not available with this option.

![Search Tabs View](../images/skeletalElements/searchPagination.png)

##### Specimen Detail View
![SE Detail View](../images/skeletalElements/specimenview.png)

Expand Down

0 comments on commit 0a22291

Please sign in to comment.