This is the error I get when I create a new QuickFinder file. The file is being created despite it.
Traceback (most recent call last): File "/home/user/.qgis2/python/plugins/quickfinder/gui/configuration_dialog.py", line 120, in create_QFTS_file create_FTS_file(filepath) File "/home/user/.qgis2/python/plugins/quickfinder/core/project_finder.py", line 56, in create_FTS_file cur.executescript(sql) OperationalError: table quickfinder_info already exists
Then when I load this file and perform a project search I get:
Traceback (most recent call last): File "/home/user/.qgis2/python/plugins/quickfinder/gui/project_search_dialog.py", line 76, in process ok, message = self.project_finder.recordSearch(self.projectSearch) File "/home/user/.qgis2/python/plugins/quickfinder/core/project_finder.py", line 219, in recordSearch self.deleteSearch(searchId, False) File "/home/user/.qgis2/python/plugins/quickfinder/core/project_finder.py", line 192, in deleteSearch cur.execute("DELETE FROM quickfinder_data WHERE search_id = '{0}';".format(searchId)) OperationalError: no such table: quickfinder_data
The result of search appears in the table though.
I haven't tested other functionalities.
This is the error I get when I create a new QuickFinder file. The file is being created despite it.
Traceback (most recent call last): File "/home/user/.qgis2/python/plugins/quickfinder/gui/configuration_dialog.py", line 120, in create_QFTS_file create_FTS_file(filepath) File "/home/user/.qgis2/python/plugins/quickfinder/core/project_finder.py", line 56, in create_FTS_file cur.executescript(sql) OperationalError: table quickfinder_info already existsThen when I load this file and perform a project search I get:
Traceback (most recent call last): File "/home/user/.qgis2/python/plugins/quickfinder/gui/project_search_dialog.py", line 76, in process ok, message = self.project_finder.recordSearch(self.projectSearch) File "/home/user/.qgis2/python/plugins/quickfinder/core/project_finder.py", line 219, in recordSearch self.deleteSearch(searchId, False) File "/home/user/.qgis2/python/plugins/quickfinder/core/project_finder.py", line 192, in deleteSearch cur.execute("DELETE FROM quickfinder_data WHERE search_id = '{0}';".format(searchId)) OperationalError: no such table: quickfinder_dataThe result of search appears in the table though.
I haven't tested other functionalities.