mirror of
https://github.com/Karaka-Management/oms-Help.git
synced 2026-01-11 04:48:41 +00:00
bug fixes
This commit is contained in:
parent
6db3da2d80
commit
6d771146cd
|
|
@ -70,7 +70,7 @@ final class SearchController extends Controller
|
|||
/** @var string[] $toCheck */
|
||||
$toCheck = Directory::listByExtension($path, 'md');
|
||||
foreach ($toCheck as $file) {
|
||||
// @todo: create better matching
|
||||
// @todo create better matching
|
||||
$content = \file_get_contents($path . '/' . $file);
|
||||
|
||||
if ($content === false || ($found = \stripos($content, $pattern)) === false) {
|
||||
|
|
@ -121,11 +121,11 @@ final class SearchController extends Controller
|
|||
'tags' => [],
|
||||
'type' => 'list_links',
|
||||
];
|
||||
// @todo: add match score for sorted return
|
||||
// @todo add match score for sorted return
|
||||
}
|
||||
}
|
||||
|
||||
// @todo: probably cleanup return for link generation + sort by best match
|
||||
// @todo probably cleanup return for link generation + sort by best match
|
||||
$response->header->set('Content-Type', MimeType::M_JSON . '; charset=utf-8', true);
|
||||
$response->set($request->uri->__toString(), $files);
|
||||
}
|
||||
|
|
|
|||
2
ICAL.txt
2
ICAL.txt
|
|
@ -1,6 +1,6 @@
|
|||
# Individual Contributor License Agreement ("CLA") 1.0
|
||||
|
||||
Thank you for your interest in Karaka-Management (the "Company"). In order to clarify the intellectual property license granted with Contributions from any person or entity, the Company must provide a Contributor License Agreement ("CLA") on file that has been made available to each Contributor. This license is for your protection as a Contributor as well as the protection of the Company and its users; it does not change your rights to use your own Contributions for any other purpose.
|
||||
Thank you for your interest in Jingga e. K. (the "Company"). In order to clarify the intellectual property license granted with Contributions from any person or entity, the Company must provide a Contributor License Agreement ("CLA") on file that has been made available to each Contributor. This license is for your protection as a Contributor as well as the protection of the Company and its users; it does not change your rights to use your own Contributions for any other purpose.
|
||||
|
||||
By contributing to the Company You accept and agree to the following terms and conditions for Your present and future Contributions submitted to the Company. In return, the Company shall not use Your Contributions in a way that is contrary to the public benefit or inconsistent with its bylaws in effect at the time of the Contribution. Except for the license granted herein to the Company and recipients of software distributed by the Company, You reserve all right, title, and interest in and to Your Contributions.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user