bounswe / bounswe2022group7

8 stars 3 forks source link

Dev/backend/search #559

Closed demet47 closed 1 year ago

demet47 commented 1 year ago

The PR also includes a refactoring: SettingDTo has been replaced and put under DTO folder.

demet47 commented 1 year ago

An example endpoint call can be found below:

image

sabrimete commented 1 year ago

We may need to add a mysql script to add full text indexes into tables. Sometimes we reset the database, that's why we need to prepare the database to work with all functionality required.

demet47 commented 1 year ago

We may need to add a mysql script to add full text indexes into tables. Sometimes we reset the database, that's why we need to prepare the database to work with all functionality required.

I implemented a solution for this in my latest commit.

demet47 commented 1 year ago

endpoints are as below in the current version: