Skip to content

Commit

Permalink
Merge pull request #5343 from camptocamp/checker
Browse files Browse the repository at this point in the history
Fix full-text search level
  • Loading branch information
sbrunner committed Sep 30, 2019
2 parents fa8cfd2 + 6976122 commit 6a15ecb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ before_script:
--publish=5432:5432 --detach camptocamp/geomapfish-test-db
- docker build --tag=external-db docker/test-external-db
- docker run --name externaldb --publish=5433:5432 --detach external-db
- mkdir /tmp/travis
- mkdir --parent /tmp/travis
- travis/create-new-nondocker-project.sh
- (cd /tmp/travis/nondockertestgeomapfish/; ./docker-run travis/empty-make --makefile=travis.mk help)
- (cd /tmp/travis/nondockertestgeomapfish/; ./docker-run make --makefile=travis.mk build)
Expand Down
1 change: 1 addition & 0 deletions geoportal/c2cgeoportal_geoportal/lib/checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ def check(_request, response):
"limit": "1",
},
check_cb=check,
level=fts_settings["level"],
)


Expand Down

0 comments on commit 6a15ecb

Please sign in to comment.