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
I'm trying to implement the stack in to my Drupal site include (its Drupal dependencies and React server). I replicated Search API index setup and taxonomy like the setup in this vagrant VM.
However, I'm unable to have the search working at /search app in a Drupal site. I got the message "Sorry, your search yield no results. Waiting for results".
When I inspected the page, and found "Cannot read property 'facet_fields' of undefined" at the javascript level (Screenshot below)
Hello,
This ticket is meant for the https://github.com/palantirnet/search_api_federated_solr but I can't find the Issues page for it.
I'm trying to implement the stack in to my Drupal site include (its Drupal dependencies and React server). I replicated Search API index setup and taxonomy like the setup in this vagrant VM.
However, I'm unable to have the search working at
/search app
in a Drupal site. I got the message "Sorry, your search yield no results. Waiting for results".When I inspected the page, and found
"Cannot read property 'facet_fields' of undefined"
at the javascript level (Screenshot below)I also ran the react application (https://github.com/palantirnet/federated-search-react) and it gets the same error.
I am wondering if you can help me trouble shooting this issue?
Thank you very much.
The text was updated successfully, but these errors were encountered: