Metadata-Version: 2.1
Name: datatableview_advanced_search
Version: 0.0.0rc1
Summary: Allows a user to use logical operators in the datatableview search window
Home-page: https://github.com/icmanage/django-datatable-view-adv-query
Author: Steven Klass
Author-email: sklass@icmanage.com
License: UNKNOWN
Download-URL: https://github.com/icmanage/django-datatable-view-adv-query/archive/0.0.0rc1.tar.gz
Project-URL: Source, https://github.com/icmanage/django-datatable-view-adv-query
Project-URL: Bug Reports, https://github.com/icmanage/django-datatable-view-adv-query/issues
Project-URL: Say Thanks!, http://saythanks.io/to/rh0dium
Description: # django-datatable-view-adv-query
        
        This is a small repo to allow user to use an advanced search in the search window.
        
        For example this is now possible:
        
         `(name="Foo Man" OR name=Bar) AND modified_date >= 12/25/2017`
        
        Learn more https://github.com/icmanage/django-datatable-view-adv-query>.
        
        
Keywords: django datatableview
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Description-Content-Type: text/markdown
