https://sourceware.org/bugzilla/show_bug.cgi?id=27669
Bug ID: 27669 Summary: extend webapi for partial match source queries Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: debuginfod Assignee: unassigned at sourceware dot org Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- It may be desirable to fetch source files by buildid and __FILE__ name only, as these can be introspectively extracted sometimes from a running program image, without DWARF comp_dir etc. work. It could look like this: /buildid/HEXCODE/source*/PARTIAL_PATH and implement the search by using a sql LIKE operator artifactsrc like '%PARTIAL_PATH' in the mhd-query-s block of handle_buildid() -- You are receiving this mail because: You are on the CC list for the bug.