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

Enable full query interface #63

Closed
erik-pantheon opened this issue Mar 25, 2016 · 3 comments
Closed

Enable full query interface #63

erik-pantheon opened this issue Mar 25, 2016 · 3 comments

Comments

@erik-pantheon
Copy link
Contributor

Currently, the interface for the WP Solr plugin only allows searches for string values. While this is useful for the layman, most developers who are using Solr require the ability to test more complicated queries. The Pantheon's Drupal Solr Module does this well. One can run something like:

/select?fl=label,bundle,ts_ol_full_text&fq=bundle:bill%20AND%20ts_ol_full_text:property&wt=json

...and return results with the Drupal Solr module. Being able to do the same in Solr Powr would be invaluable.

@joshkoenig joshkoenig modified the milestone: 0.4 Apr 21, 2016
@ataylorme ataylorme modified the milestone: 0.4 Jun 9, 2016
@allan23
Copy link
Contributor

allan23 commented Aug 24, 2016

@ataylorme Would this just be an extension of the options page query?

@ataylorme
Copy link
Contributor

@allan23 Yes, I think @erik-pantheon is looking for a pass through allowing direct queries to the Solr Instance. Erik, can you confirm?

This is lower priority than items in the 1.0 milestone.

@ataylorme
Copy link
Contributor

No discussion on this in months, closing out. Erik please re-open if this is still something you're looking for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants