ch-a-os / DocSort

Digitize and access everything, everywhere.
GNU General Public License v3.0
0 stars 1 forks source link

Fix search-page #141

Open ghost opened 5 years ago

ghost commented 5 years ago

The search-page, at the moment, is only searching for the title.

We need a clean implementation of a universal search-EP and call it from the frontend, where we can provide every field offered for our search-query.

Mondei1 commented 5 years ago

Are you sure this is a bug? I don't think so. I'll changed it.

Mondei1 commented 5 years ago

I think what you mean is implement the other option-where-* fields in the header? The universal EP is the "intelligent search". I'll add option-where-number-primary, option-where-number-secondary and option-where-fileextension for now.

ghost commented 5 years ago

Uh... yeah you are right, that was misleading.

This EP is made for letting the user specify in detail, what attributes he wants to add to the search query.

This is NOT meant to be the "universal-search-EP" where the user just inputs some string and the backend tries to make sense of it and applies the splitted substrings into the fitting query-fields :)