Skip to content

Implementing query maps#14

Open
aliev wants to merge 1 commit intodevelopmentfrom
feature/query-maps
Open

Implementing query maps#14
aliev wants to merge 1 commit intodevelopmentfrom
feature/query-maps

Conversation

@aliev
Copy link
Copy Markdown
Contributor

@aliev aliev commented Aug 6, 2018

We decided to use query maps instead getParams function to convert map to url parameters. It will look so:

  const data = await topicService.search({
    search: query,
    type: flag,
    lang: langService.current,
    categories: categoryParams,
    children: parentsById,
    parents: childrenById
  });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant