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

Source Filtering Discovery #1368

Closed
postphotos opened this issue Aug 27, 2018 · 3 comments
Closed

Source Filtering Discovery #1368

postphotos opened this issue Aug 27, 2018 · 3 comments
Labels
Compatibility Tool Developer Tools for AMP Debugging

Comments

@postphotos
Copy link
Contributor

postphotos commented Aug 27, 2018

As XWP, I should Investigate and understand the level of effort to filter the error index views by “source” (e.g. listing URLs that have validation errors for a specific plugin).

Formal ACs to come.

@westonruter
Copy link
Member

westonruter commented Aug 28, 2018

Filtering by source would have similar challenges as #1361, except the solution proposed there would not be viable since the number of possible sources is unbounded (so impossible to represent in bit flags).

UPDATE: See #1360 (comment) for an update on a solution for this which relies on doing fulltext searches of the JSON blob in the wp_term_taxonomy.description field.

@westonruter
Copy link
Member

westonruter commented Aug 31, 2018

Thinking more about the level of effort here… if filtering by means of fulltext search of the post_content for the plugin source information in the same way that #1373 is looking at the term description for a given error type.

This filtering can be done using search for now:

image

@westonruter
Copy link
Member

Doing a post_content LIKE '%"type":"plugin","name":"jetpack",%', for example, should include results that are explicitly identified as coming from Jetpack.

@amedina amedina closed this as completed Apr 1, 2020
@westonruter westonruter added the Compatibility Tool Developer Tools for AMP Debugging label Apr 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compatibility Tool Developer Tools for AMP Debugging
Projects
None yet
Development

No branches or pull requests

3 participants