PySimpleSQL / pysimplesql

SQLite3 binding for PySimpleGUI
GNU Lesser General Public License v3.0
47 stars 16 forks source link

Feat update search to cycle through all found pks #328

Closed ssweber closed 1 year ago

ssweber commented 1 year ago

Before:

https://github.com/PySimpleSQL/pysimplesql/assets/57631333/f868ff3d-3259-42d4-97f8-2fb631455559

After:

https://github.com/PySimpleSQL/pysimplesql/assets/57631333/7e87609e-8095-4f22-9b15-405adf923fa9

ssweber commented 1 year ago

While working on apply_search_filter I saw that search would never look in the next available search_order column if it found one in the first one.

so the word “need” is in 3 rows, 2 in title, 1 entry - but the entry one would never be selected.