ymcatwincities / openy

The Open Y platform. See README.md below
https://openy.org
GNU General Public License v3.0
49 stars 111 forks source link

Activity Finder Solr backend issues. #1645

Open anpolimus opened 5 years ago

anpolimus commented 5 years ago
  1. Solr backend functionality is based on default search index which is hard-coded here: https://github.com/ymcatwincities/openy/blob/8.x-2.x/modules/custom/openy_activity_finder/src/OpenyActivityFinderSolrBackend.php#L149 In case if project already have default index, search could be broken or overwritten. We need to make parameter this configurable.
  2. We need to inform user that in case of using Solr backend for Activity Finder, search_api should be installed and configured. Otherwise, we could get errors during work of Activity Finder
podarok commented 5 years ago

@atiupa @jediandrey FYI )

paige-kiecker commented 5 years ago

Assigned to IXM for resolution

anpolimus commented 5 years ago

If SOLR is not configured display alert about it at settings page.

SanyokMedved commented 5 years ago

https://github.com/jediandrey/openy/pull/14/commits/850162ad36d6d151b9805e909e8f93bb89bc5be5

sarah-halby commented 4 years ago

@podarok are we ready to retest this issue given the recent upgrades with solr from the Drupal 9 upgrade work?

sarah-halby commented 3 years ago

This is still a hardcoded issue - still to be reviewed in the future, severity reduced to minor due to length of issue and lack of impact.

sarah-halby commented 3 years ago

Activity Finder V4 is going to be backported by FiveJars to their customers and then it will be added to Open Y. There may be the capacity to fix as a part of this upgrade. Holding on this issue as it does work, but it is not as flexible as we'd like it to be.