Using right navigation drawer for filter search

I have a [mobile] app that already has a left navigation drawer. I was wondering if it is a good practice to use a right navigation for an advanced (filtered) search? I didn't find any particular rule in material design documentation by google.

Update: by this question I mean

First: if it is user friendly to have two navigation drawer (left and right) simultaneously in one app? Second: If the right Navigation is a good place to put all the search filters(almost 8 options; including date, type and some text fields) or should I design a new page for the advance search options?