Gari Baibekov
Results
3
comments of
Gari Baibekov
Up! Still relevant
Thank you for your response. I edited my models file, added imports, schema and analyzers but it didn't work. I don't get any errors, it just works the way it...
@honmaple This is my searchable model, I have imported the RegexTokenizer and added the CaseSentivizer in models ``` class Posts(db.Model): __tablename__ = 'posts' __searchable__ = ['title', 'description', 'content'] __msearch_schema__ =...