1. 01 May, 2015 1 commit
    • jnga's avatar
      Make 'contains' the default string filter operator. · 4371d0e8
      jnga authored
      Upon adding a filter for a string field, 'equals' is the
      default selected operator. The broader option, 'contains',
      is more like the searches people typically do on web
      site and operating system search boxes. Being broader,
      contains is more generally useful for string fields than
      equals.
      
      This change places contains first in the list so it is
      the default choice, preventing the user from having to
      select it. The change applies to all three data engines
      (MongoEngine, Peewee, and SQLAlchemy).
      4371d0e8
  2. 28 Apr, 2015 5 commits
  3. 27 Apr, 2015 1 commit
  4. 24 Apr, 2015 3 commits
  5. 23 Apr, 2015 7 commits
  6. 21 Apr, 2015 11 commits
  7. 16 Apr, 2015 6 commits
  8. 13 Apr, 2015 1 commit
  9. 12 Apr, 2015 3 commits
  10. 10 Apr, 2015 1 commit
  11. 04 Apr, 2015 1 commit