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

Support basic url filter with PDO backend #303

Closed
Krinkle opened this issue Aug 12, 2020 · 1 comment · Fixed by #304
Closed

Support basic url filter with PDO backend #303

Krinkle opened this issue Aug 12, 2020 · 1 comment · Fixed by #304

Comments

@Krinkle
Copy link
Contributor

Krinkle commented Aug 12, 2020

The workflow for Wikimedia's XHGui is to instrument a page load, and then get a link to https://xhgui/?url=<requestID> (example), which yields one result, and is the one the user is interested in.

With the new PDO backend, it seems none of the search options are implemented yet, so this currently leads to all results. This is particularly challenging since a single page load tends to spawn multiple request and thus it'd require the developer to look at the request ID that XHGui is searching for and compare it against the top 20 results or so by eye.

There's more to be done in this area, but I'm filing this one separately so that perhaps Wikimedia can help implement this one, and/or to report back if we find another way :)

@markstory
Copy link
Member

Getting the PDO backend up to a place where it can replace the mongodb backend would be great. I think the PDO backends will make xhgui easier to get going and simpler to operate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants