First search shouldn't be limited to manual selection

Issue #279 duplicate
Robert Leach created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Search for all rows matching the search string "CCR*"

STEPS TO REPRODUCE AN ISSUE (OR TRIGGER A NEW FEATURE) 1. Select any single spot in the matrix 2. Enter "CCR*" into the row search field and hit return

CURRENT BEHAVIOR

Only the matching rows of the prior selected columns are highlighted

EXPECTED BEHAVIOR

Entire matching rows should be selected (since there was no search term in the column search field).

DEVELOPERS ONLY SECTION SUGGESTED CHANGE (Pseudocode optional)

Search both fields when initiating a search. If there is no search term in one of the search fields, select all rows or columns for that field.

FILES AFFECTED (where the changes will be implemented) - developers only

HeaderFinderBox ColumnFinderBox RowFinderBox

LEVEL OF EFFORT - developers only

medium

COMMENTS

I believe that this used to work as expected by deselecting before performing the search.

Comments (5)

  1. Robert Leach reporter

    Duplicate of #233. This issue is a side-effect of issue #233 because the first search is only using 1 search type (rows or columns) and the selection of the opposing search type is not changed as a result.

  2. Log in to comment