I am using amazon cloud search in my website.My website is an e learning portal where i have content of types videos,questions,courses etc.Each type of content having different levels like 1st grade,2nd grade,3rd grade etc of different curriculum like cbse,state board etc and of different educators like xyz,abc,pqr etc.I am filtering my content based on facet and also filtering facet based on facet selection.My filter is working like amazon cloudsearch console.In console we can not do multiple selection.My problem is that when i select one faceted checkbox then page loads and hides other filter options.I want to keep open all facets to perform multiple checkbox filter.Please help how to do this.
相关问题
- Implementing “Did you mean?” using Amazon CloudSea
- Amazon CloudSearch creates Null ID from DynamoDB
- Amazon Cloudsearch : Filter if exists
- Select distinct Cloudsearch AWS
- Keeping AWS CloudSearchDomain in sync with DynamoD
相关文章
- Amazon CloudSearch creates Null ID from DynamoDB
- Amazon Cloudsearch : Filter if exists
- AWS云搜索:通过字段值分组搜索结果,只返回最流行的各(AWS Cloud search: Grou
- 如何获取所有从cloudsearch刻面(How to fetch all the facets f
- Select distinct Cloudsearch AWS
- Keeping AWS CloudSearchDomain in sync with DynamoD
- AWS CloudSearch Upload JSON: Value tag cannot be a
- CloudSearch performance with frequent updates of s
You need to 'OR' the facet selections together. For example:
See http://docs.aws.amazon.com/cloudsearch/latest/developerguide/faceting.html