Skip to content

FW Project analysis querys #1973

@hahn-kev

Description

@hahn-kev

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions