NeXoS355 / booklist

0 stars 0 forks source link

Series search equal not contain #9

Closed NeXoS355 closed 8 months ago

NeXoS355 commented 8 months ago

if a series name contains another series name the search lists both in parralel when filtering via JTree

NeXoS355 commented 8 months ago

Solved in 2.5.4. Filtering a "series" via JTree now only shows exact matches. Added Focus Listener in JTree to remove the selection from the JTree as soon as it looses it. if Query in search Method then checks if something is selected and applies different logic.