Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: scope search cleaned #1964

Merged
merged 1 commit into from
Aug 9, 2024
Merged

Feat: scope search cleaned #1964

merged 1 commit into from
Aug 9, 2024

Conversation

soey
Copy link
Contributor

@soey soey commented Aug 7, 2024

No description provided.

@soey soey mentioned this pull request Aug 7, 2024
@roschaefer roschaefer force-pushed the feat/scope-search-cleaned branch from ca2e160 to 308f69f Compare August 9, 2024 17:54
roschaefer added a commit that referenced this pull request Aug 9, 2024
Motivation
----------
I used these seeds to review #1964. What I observed is that the list of requests is visible across all organizations but the search is scoped. I.e. if you search, you have no search results.

That's why I updated the seeds here, to check if the error persists for only one organization. Answer: no

How to test
-----------
1. `git switch main` or `git switch update_seeds_fill`
1. `bin/rails db:seeds:fill`
2. Do a full text search
3. On `main` you won't see anything but on this branch you will
Copy link
Collaborator

@roschaefer roschaefer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested it with #1968 and it looked fine.

The list of requests on /requests is not scoped at all at the moment.

scope

@roschaefer roschaefer closed this Aug 9, 2024
@roschaefer roschaefer force-pushed the feat/scope-search-cleaned branch from 308f69f to e0091ea Compare August 9, 2024 18:34
@roschaefer
Copy link
Collaborator

Closed by accident

@roschaefer roschaefer reopened this Aug 9, 2024
@roschaefer roschaefer enabled auto-merge (squash) August 9, 2024 18:39
@roschaefer roschaefer merged commit 15be0d3 into main Aug 9, 2024
2 checks passed
@roschaefer roschaefer deleted the feat/scope-search-cleaned branch August 9, 2024 18:47
soey pushed a commit that referenced this pull request Aug 14, 2024
Motivation
----------
I used these seeds to review #1964. What I observed is that the list of requests is visible across all organizations but the search is scoped. I.e. if you search, you have no search results.

That's why I updated the seeds here, to check if the error persists for only one organization. Answer: no

How to test
-----------
1. `git switch main` or `git switch update_seeds_fill`
1. `bin/rails db:seeds:fill`
2. Do a full text search
3. On `main` you won't see anything but on this branch you will
@soey soey linked an issue Aug 15, 2024 that may be closed by this pull request
roschaefer added a commit that referenced this pull request Aug 16, 2024
Motivation
----------
I used these seeds to review #1964. What I observed is that the list of requests is visible across all organizations but the search is scoped. I.e. if you search, you have no search results.

That's why I updated the seeds here, to check if the error persists for only one organization. Answer: no

How to test
-----------
1. `git switch main` or `git switch update_seeds_fill`
1. `bin/rails db:seeds:fill`
2. Do a full text search
3. On `main` you won't see anything but on this branch you will
roschaefer added a commit that referenced this pull request Aug 16, 2024
Motivation
----------
I used these seeds to review #1964. What I observed is that the list of
requests is visible across all organizations but the search is scoped.
I.e. if you search, you have no search results.

That's why I updated the seeds here, to check if the error persists for
only one organization. Answer: no

How to test
-----------
1. `git switch main` or `git switch update_seeds_fill`
1. `bin/rails db:seeds:fill`
2. Do a full text search
3. On `main` you won't see anything but on this branch you will
mattwr18 pushed a commit that referenced this pull request Aug 29, 2024
mattwr18 pushed a commit that referenced this pull request Aug 29, 2024
Motivation
----------
I used these seeds to review #1964. What I observed is that the list of
requests is visible across all organizations but the search is scoped.
I.e. if you search, you have no search results.

That's why I updated the seeds here, to check if the error persists for
only one organization. Answer: no

How to test
-----------
1. `git switch main` or `git switch update_seeds_fill`
1. `bin/rails db:seeds:fill`
2. Do a full text search
3. On `main` you won't see anything but on this branch you will
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scope Search by Organization
2 participants