-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Silage - db driven search backend #425
Conversation
- in addition to url changes, adjust js template to use results instead of rows (as per search spec) - add map changed signal to allow hooking of indexer - add function to add bbox filter to a query - implement local_layers - remove obsolete integration test (covered in unit tests now)
When running the tests I got the following logging output. What is generating it? How can we turn it off?
|
There were two tests failing (one unit and one integration) after the merge. Minor things, including #426. Also I fixed the issue reported above by removing the following line from silage.tests:
I also made the rename to geonode.silage in my dev branch: https://github.com/ingenieroariel/geonode/ Ian, if you agree with these changes let me know I will just push to GeoNode:dev and close this PR. |
I would really prefer to stick with the existing nomenclature of On Wed, Oct 17, 2012 at 7:45 PM, Ariel Núñez [email protected]:
|
Based on your comments, I suggest we rename geonode.search.backends.silage to just geonode.search. Whatever other plans there are for search, they are beyond 2.0, and the option to not include the geonode.search app but a third party search is still possible:
|
Yep, this proposal is fine for now. On Wed, Oct 17, 2012 at 8:01 PM, Ariel Núñez [email protected]:
|
Okay, I have renamed to search, verified all tests run and pushed to my dev branch. @ischneider are you okay with this? If so I can push close this PR later today. |
@ischneider gentle reminder to add source code headers as per https://gist.github.com/3137878 |
Co-authored-by: allyoucanmap <[email protected]>
relevant GNIP:
https://github.com/GeoNode/geonode/wiki/GNIP-14---New-Search-Backend/