-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Describe the feature
Jason wants to run regex against an arbitrary file in all projects. The request looks like this:
lexbox.org/api/project/queryRegexFiles?projectType=FLEx&file={regex on files to match}&count={regex counting matches in each file}
if it's not too hard it would also be nice to have an endpoint to run the query against a single project, this would make it easier to test your regex against a couple projects before running it against all projects.
results:
{
"{project-id}": 5,
"{another project id}": 0,
//...
}
Important
this is an Admin only API
Who is this feature for?
Jason, and us who wants to ask questions about data
Pages affected
None, this would just be an API used from swagger.
Metadata
Metadata
Assignees
Labels
No labels