Skip to content
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

Fixed error on SOLR Query #1545

Merged
merged 1 commit into from
Jun 4, 2024
Merged

Fixed error on SOLR Query #1545

merged 1 commit into from
Jun 4, 2024

Conversation

flutistar
Copy link
Collaborator

Issue 20344, if available:

Description of changes:
Got SOLR Query from SOLR UI and replaced with wrong one.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the namex license (Apache 2.0).

Copy link

sonarqubecloud bot commented Jun 4, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@EPortman
Copy link
Collaborator

EPortman commented Jun 4, 2024

What is the point of this?

SOLR queries are working in DEV? Just not in local. Why would changing DEV have an effect in local?

@flutistar
Copy link
Collaborator Author

What is the point of this?

SOLR queries are working in DEV? Just not in local. Why would changing DEV have an effect in local?

I am sure SOLR queries are working in DEV.
I had a pairing session with Richard and SOLR query(with public URL) is working properly.

The only issue is we have wrong ENV variable in local.
@EPortman

@EPortman
Copy link
Collaborator

EPortman commented Jun 4, 2024

If the only issue is a wrong ENV variable in local. What is the point / effect of changing

'&fq=name_state_type_cd:A&fq=name_state_type_cd:R',
TO
'&fq=name_state_type_cd:(A%20OR%20R)',

@EPortman
Copy link
Collaborator

EPortman commented Jun 4, 2024

Like in DEV my SOLR is currently working
image

@flutistar flutistar merged commit 243b0e5 into bcgov:main Jun 4, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants