Skip to content

Commit

Permalink
Issue #233: Fix markdown lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois-Werbrouck committed Feb 26, 2025
1 parent 43953b7 commit b3ca9cc
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions fertiscan/doc/search-inspection.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ based on the following parameters:
- Lot number
- A timeframe (lower and upper bounds dates)
- Organization information (the entity responsable for the product)
- Name
- Phone number
- Address
- Name
- Phone number
- Address

## Rules

We need to establish rules regarding our search.
We need to establish rules regarding our search.

### String matching

Expand Down Expand Up @@ -50,7 +50,6 @@ DEF | IJK |
**Results** | ID | first name | Last name | |-----|------|----| | 1 |
**ABC** | **XYZ** |


## Entity Used

``` mermaid
Expand Down Expand Up @@ -102,10 +101,13 @@ erDiagram
inspection ||--|| label_information : defines
label_information ||--o| organization_information: company
label_information ||--o|registration_number_information: defines
```

## Datastore Signature

``` python

def search_inspection(
cursor:Cursor,
fertilizer_name:str,
Expand Down

0 comments on commit b3ca9cc

Please sign in to comment.