You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered: