Benoît Vogel

Results 2 comments of Benoît Vogel

```js ``` Same problem here (vur-plyr 7.0.0 w/ vue 2.6.12) when changing src prop to a different URI multiple times in a row. Works well with vue-plyr 6.0.4 though.

Whoosh's way of searching for phrases when using its query language is double-quoting the terms. But when I add ```python if isinstance(query, Phrase): return " \"{}\" ".format(query.query_string) ``` to `WhooshSearchQueryCompiler._build_query_string`...