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

Search doesn't work under certain circumstances #507

Closed
jkleinsc opened this issue Jun 15, 2016 · 1 comment
Closed

Search doesn't work under certain circumstances #507

jkleinsc opened this issue Jun 15, 2016 · 1 comment
Assignees
Labels
🐛bug issue/pull request that documents/fixes a bug

Comments

@jkleinsc
Copy link
Member

Expected behavior:
Search should return matching results
Actual behavior:
Under certain circumstances, search either errors out or doesn't return results.
Steps to reproduce:
There are two different issues:

  1. When using ElasticSearch, a text search doesn't always return back the records it should. For example, if there is a patient with the first name of "John", searching for John doesn't always return back that patient.
  2. When ElasticSearch isn't enabled (config.searchURL is not configured - default value is not configured), there is a "slow" search that basically uses a temp couch view to search the database. This search works for users who are system admins, but it fails for users who are not system admins.
    Screenshots (if applicable):
    N/A
    OS and Browser:
    All
@jkleinsc jkleinsc added the 🐛bug issue/pull request that documents/fixes a bug label Jun 15, 2016
@jkleinsc jkleinsc self-assigned this Jun 15, 2016
@jkleinsc
Copy link
Member Author

Fixed by e705257.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🐛bug issue/pull request that documents/fixes a bug
Projects
None yet
Development

No branches or pull requests

1 participant