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
| Filters | Yes | Yes | You should (hopefully) be able to achieve any sort of nested filtering that you require. |
44
-
| Facets | Partial |If desired| Facet support differs hugely between search services. Current thinking is to try and limit what sort of Facet integrations we use (EG: no Geolocation) in the hopes that if we switch services in the future, we won't lose functionality |
45
-
| Multi-search | No | If desired | Not supported by many search services. It wouldn't be unreasonable effort to add this functionality though. |
46
-
| Search suggestions (aka auto-complete, "did you mean", etc) |Yes| Yes |Features like auto-complete generate a lot of requests, and for a lower tiered shared service, that is something we want to cut down on.|
47
-
| Click through logging | Yes | Yes | Supported in Elastic App Search, but not supported by many other Search Services (including Elasticsearch). This feature in particular is an example of the "silent treatment" we apply when a feature disappears between service providers |
46
+
| Feature | Module support | Future module support | Rationale |
| Filters | Yes | Yes | You should (hopefully) be able to achieve any sort of nested filtering that you require. |
49
+
| Facets | Partial |Partial | Facet support differs hugely between search services. Current thinking is to try and limit what sort of Facet integrations we support (EG: no Geolocation) in the hopes that if you switch services in the future, you won't lose functionality. |
50
+
| Multi-search | No | If desired | Not supported by many search services. It wouldn't be unreasonable effort to add this functionality though. Plugin modules for services without mult-search could manually perform 2 searches and combine the results.|
51
+
| Search suggestions (aka auto-complete, "did you mean", etc) |No| Yes |This feature comes in many different shapes and sizes between services, we do plan to add support for this feature in the very near future. |
52
+
| Click through logging | Yes | Yes | Supported in Elastic App Search, but not supported by many other Search Services (including Elasticsearch). This feature in particular is an example of the "silent treatment" that might be applied when a feature disappears between service providers.|
0 commit comments