3nids / quickfinder

Quick Finder is a QGIS 2.x plugin offering a single place to perform searches on project layers and online remote services
http://3nids.github.io/quickfinder/
Other
8 stars 14 forks source link

Quickfinder does not automatically refresh #22

Open surkul opened 9 years ago

surkul commented 9 years ago

Hi, First of all let me thank you for such a wonderful tool and fixing all the bugs I have raised in the past. I have a road name search set in Quick finder. The vector layer is on the network. and everyday I have to start QGIS and refresh the search manually even though I have turned Automatically refresh after 1 days turn on. Also I do not want the remote services to use and I can turn them off but they get turned back on again. Can you please fix those. Thanks Surag

3nids commented 9 years ago

Hi, I just fixed the delay so today >= threshold and no today > threshold. See version 3.1. I can't reproduce the second bug. Which version were you using?

TimMacArthur commented 9 years ago

Hi, Thank you for incredible tool!

I was just wondering Is it possible to make refresh button next to searh magnifying glass. My second thought was that is it possible to activate automatic refresh after any edition on project layer field Best regards Tim

christheclimberGIS commented 9 years ago

Hi, Again, thanks for developing such a useful tool. Its an essential part of our QGIS implementation.

Would it be possible to add a script or command line parameter to refresh the SQLite qfts database? I would like create a scheduled task to update it overnight.

Thanks, Chris

3nids commented 9 years ago

Hi, This would be feasible. The idea would be, from python, to launch qgis with project + init script. Then, part of the code in refreshdialog would need to be moved to core, so it could be run directly. I don't have much time to implement this now. You can either try to do it or I can advice you a developer. Best wishes.