Murmeldyret / P3-Project

2 stars 0 forks source link

Search string - Regex #55

Closed Decode84 closed 1 year ago

Decode84 commented 2 years ago

Being able to search throug the database and using prefixs like && || and whatever there might be,

SilverBrother commented 2 years ago

Database is moved to memory when the program is running. Aside from filtering we haven't split up the reference string ATM, meaning a search with prefix' is impossible. This means that our check through the database will fail unless we handle the strings from Excel first ;(

SilverBrother commented 2 years ago

Underassignment is to split the string from Excel into smaller pieces.