Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Search filters #108

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

Conversation

davioliveiira
Copy link
Collaborator

Summary

Resolves #91

@davioliveiira davioliveiira self-assigned this Apr 15, 2021
@davioliveiira davioliveiira changed the title [Feature] Search filters [FEATURE] Search filters Apr 15, 2021
[key: string]: any
}

const Refinement = connectRefinementList(() => null);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @davioliveiira! Could you show how the filters on this screen are working? 👀

Just a note: these filters are only for the technology index. When we need to list the services, for example, this component would no longer be useful because this refinement list is static on your component now. I suggest you take a look at the web package solution for this problem 🤓

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mateus4k estou subindo um fix para organizar melhor isso, tem algumas coisas que no native são diferentes, pois a lib de algolia não tem suporte a tudo que temos na web 😢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adicionar filtros na busca por tecnologia e serviço
2 participants