Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Define search view via a setting. #79

Merged
merged 1 commit into from
Aug 3, 2017
Merged

Conversation

cmc333333
Copy link
Member

To use the elastic-based search, users had to write a new urls.py module
(and intuitively know that es_search was an option). Allowing this to be
configured (and documenting how) will be helpful while we work on a
postgres-specific search.

To use the elastic-based search, users had to write a new `urls.py` module
(and intuitively know that es_search was an option). Allowing this to be
configured (and documenting how) will be helpful while we work on a
postgres-specific search.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.004%) to 92.986% when pulling efe6676 on 475-configurable-search into 7819155 on master.

@cmc333333
Copy link
Member Author

Thanks @tadhg-ohiggins

@cmc333333 cmc333333 merged commit 63a9b91 into master Aug 3, 2017
cmc333333 pushed a commit that referenced this pull request Aug 10, 2017
Breaking Changes
  * #79 "django.contrib.contenttypes" is now included in library's base
    settings. If copying these over, you'll need to deduplicate.

New Features
  * #79 Allow search handler to be defined via `SEARCH_HANDLER` setting
  * #83 Allow search results page size to be requested
  * #82 Add Postgres backend for search. See README for details.

Misc
  * #77 Allow ALLOWED_HOSTS to be set via env vars
  * #78 Use webargs library for checking search input
  * #80 Test different backends in different tox envs
  * #81 Remove QuantifiedCode badge
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants