Elgg / community_plugins

Elgg community plugin repository
17 stars 16 forks source link

Problem with plugins search filtering #117

Closed Srokap closed 9 years ago

Srokap commented 9 years ago

I recently updated some of my plugins compatibility info to include 1.10, hovever, they don't show on a search results.

Have a look at: https://community.elgg.org/plugins/search?f%5Bv%5D%5B%5D=1.10&f%5Bt%5D=&sb=Search

I have currently 3 plugins marked as compatible:

Srokap commented 9 years ago

Looks like they start to show up when I go to edit and save them. Looks like solr triggering only on update event, does it seem right? @beck24

beck24 commented 9 years ago

reindex of the entity should trigger on metadata update as well as entity update. How did you mark them compatible without triggering an update event?

Srokap commented 9 years ago
beck24 commented 9 years ago

strange, that should definitely trigger an update. Oh wait - I know why - yes this is a legit bug

The releases aren't indexed, the projects are indexed. The update was triggered on the release, but the project wasn't reindexed. I can fix that.

beck24 commented 9 years ago

Fixed in community_solr repo