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

User Export/Import Does Not Refresh userSearch #407

Open
cohoe opened this issue Mar 11, 2025 · 0 comments
Open

User Export/Import Does Not Refresh userSearch #407

cohoe opened this issue Mar 11, 2025 · 0 comments
Labels
2025 Item that came up during 2025 sailing. No implicit priority. bug Something isn't working

Comments

@cohoe
Copy link
Member

cohoe commented Mar 11, 2025

In the Prod server:

swiftarr=> select "public"."user"."username","public"."user"."userSearch" from public.user where username ILIKE 'wiresiren';
 username  | userSearch
-----------+------------
 WireSiren | @WireSiren
(1 row)

In the Start server:

swiftarr=> select "public"."user"."username","public"."user"."userSearch" from public.user where username ILIKE 'wiresiren';
 username  |           userSearch
-----------+--------------------------------
 WireSiren | [Redacted Display Name Value] (@WireSiren) - [Reacted Real Name Value]
@cohoe cohoe added 2025 Item that came up during 2025 sailing. No implicit priority. bug Something isn't working labels Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2025 Item that came up during 2025 sailing. No implicit priority. bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant