Skip to content

Commit 0a22291

Browse files
Merge pull request #656 from spawaskar-cora/jasmine_searchPaginationOption
Search Option documentation
2 parents 1ae2eb6 + 704bd60 commit 0a22291

File tree

6 files changed

+27
-0
lines changed

6 files changed

+27
-0
lines changed
327 KB
Loading
341 KB
Loading
135 KB
Loading
Loading
723 KB
Loading

docs/user-guide/skeletalelements.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,33 @@ There are some columns which are not displayed at the screen but can be made vis
164164
On this page you can filter how many results are shown per page, as well as search the results.
165165
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.
166166

167+
##### Search Options
168+
Two search options are available to the user inside the User Profile Project tab.
169+
170+
![Search Option View](../images/skeletalElements/searchOption.png)
171+
172+
*Client-Side Pagination - **Ideal for small projects***
173+
174+
**Max Search Limit 500**
175+
176+
![Old Search View](../images/skeletalElements/oldSearch.png)
177+
178+
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.
179+
180+
*Server-Side Pagination (Default) - **Ideal for large projects***
181+
182+
**Max Search Limit 250**
183+
184+
![New Search View](../images/skeletalElements/newSearch.gif)
185+
186+
The server will render only the selected quantity of data provided by show rows options at the top left corner of the page.
187+
188+
![Show Row View](../images/skeletalElements/showRows.png)
189+
190+
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.
191+
192+
![Search Tabs View](../images/skeletalElements/searchPagination.png)
193+
167194
##### Specimen Detail View
168195
![SE Detail View](../images/skeletalElements/specimenview.png)
169196

0 commit comments

Comments
 (0)