hypejunction / site_search
Geocoder for Elgg
Installs: 59
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:elgg-plugin
Requires
- php: >=5.5
- composer/installers: ~1.0
- hypejunction/group_sort: ~1.0
- hypejunction/object_sort: ~1.0
- hypejunction/user_sort: ~1.0
This package is auto-updated.
Last update: 2024-10-29 04:41:59 UTC
README
Features
- Improved UX/UI of search pages
- Removes tag search and integrates it with general searches
- Provides solid foundation for introducing advanced search
Notes
Currently, due to the limitations of the search plugin, this plugin implements it's own search hooks,
therefore custom search implemented by other plugins might not work.
To implement custom search type, add a view to lists/search/$search_type
and render your own list.