You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great work with the latest changes to this package! The reporting dashboard is really nice!
I found two different issues with the search functionality though, here's the first one:
The string_split function used in the stored procedure does not exist in databases with a COMPATIBILITY_LEVEL < 130 (mine was 120). I fixed it by updating the compatibility level for my database. The easiest fix is probably to mention it in the readme.