Skip to content

Commit

Permalink
fix: filter parameter for fetching ocurrence
Browse files Browse the repository at this point in the history
  • Loading branch information
JJJHANG committed Feb 2, 2024
1 parent 6b39d85 commit 7484dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/solr_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def __init__(self, core, facet_values=[]):
self.solr_error = ''
self.solr_response = {}
self.solr_url = ''
self.solr_q = 'grid_x:*' # Only fetch occurrence data, using grid_x to estimate
self.solr_q = 'basisOfRecord:*' # Only fetch occurrence data, using basisOfRecord to estimate

def generate_solr_url(self, req_lists=[]):
map_query = ''
Expand Down

0 comments on commit 7484dc7

Please sign in to comment.