Skip to content
Snippets Groups Projects
Commit 4f5aded2 authored by ale's avatar ale
Browse files

Merge branch 'search' of git.autistici.org:configdb into search

parents 36d3deb2 46726787
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,7 @@ class FindAction(Action):
if value is None:
continue
if value.startswith('\\~') or value.startswith('\\%'):
value = value[1:]
value = query.Equals(value[1:])
elif value.startswith('~'):
value = query.RegexpMatch(value[1:])
elif value.startswith('%'):
......
......@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup(
name='configdb',
version='0.1',
version='0.2',
description='database framework for configuration info',
author='ale',
author_email='ale@incal.net',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment