Is it possible to return a list instead of using .search() over a table for the search hints?
In my get_search_keys() function, I return a list of integers back to the event handler, however I get the error
TypeError: 'int' does not support indexing
at app/SearchHints/SearchHints.py:42
I’m not even sure how to access SearchHints.py