Search field in screen type - how does it work>

  • 2 July 2020
  • 8 replies
  • 212 views

Userlevel 5
Badge +12

Hi,

 

I have made 2 views (copy) of a table with some data - and would like to perform a search on this. 
I have made 2 screen types, one with a filter form and one with a Search form at the top, both have a grid below.  

The filter works well. In Subjects i’ve checked ‘Start empty with filter’, so this prevents (I assume..) the loading of the 1000’s of records that are not needed. I filter on a number, and it shows the corresponding lines. 

In filter, I expect to load all records, and search for the value, but the button ‘Search’ appears to be dead. Anything I need to check to get this working? What did i miss?

 

Also, can anyone tell me the difference between a Search and a Filter? 

Filter - hides all non-matching values I suspect (but they are there in the background)

Search - ?

 

Trying to figure this out to assure some efficiency. 

Thanks for the input!  


8 replies

Userlevel 6
Badge +16

Search highlights the first row that matches the search description, without filtering the data on screen.

Filter actually filters the data and returns only the rows matching the search criteria. In most cases you would probably want to use the filter option. 

 

Search form however, this screen type object does not seem to work correctly currently. I have reported this as a bug. 

Please note that you can always search using right mouse button and selecting 'find’.

 

 

 

Userlevel 5
Badge +12

@Erwin Ekkel  

thank you for looking in to it. let me know when it is fixed. 

 

the reason i'm looking into search is this; I have a table with A LOT of record. And it will grow as the app is used. So, performance wise I thought. Open the grid, do not load anything, search, and only show relevant lines. 

Now however with a filter I get all lines and only hide the irrelevant ones. Which makes my performance slower and takes up a lot more bandwith. 

Is there perhaps any other way this can be achieved?

Userlevel 6
Badge +16

What GUI are you using?

With the windows GUI using filter with the setting 'Start empty with filter’ is the way to go. When opening the screen this retrieves no data. Then when applying the filter it only retrieves the relevant rows. 

Userlevel 5
Badge +12

Hi Erwin,

 

I use the web interface. Does this make a difference?

Userlevel 6
Badge +16

Hello Blommetje,

I am not sure how the web interface handles this. Perhaps someone with more experience regarding the web interface can answer this.

Erwin

Userlevel 5
Badge +5

The Web Interface should work the same, except it applies data pagination by default by loading only 25 records in memory (only the visible once in the grid). In the SF at subject level you could configure this settings.

How did you configure the data limitation options on this subject?

 

Userlevel 3
Badge +5

Search (at least) on Windows GUI still seems to be broken. Searching for a year does not highlight the first searched row.

Can you please give an indication when this issue will be fixed?

Userlevel 7
Badge +23

Search (at least) on Windows GUI still seems to be broken. Searching for a year does not highlight the first searched row.

Can you please give an indication when this issue will be fixed?

Hi Roy,

In the most recent version of the Windows GUI (2021.1.12) there's a fix implemented for the Search form. Could you try it with this GUI and see if that solves the problem?

Reply