apavlidi / IT_API

The Internet services of the IT department of Alexander Technological Education Institute of Thessaloniki
http://api.it.teithe.gr/
MIT License
14 stars 5 forks source link

Equals and not contains #46

Open cpaleop opened 6 years ago

cpaleop commented 6 years ago

The Documentation examples says this:

_Lets say you want to filter the results by searching the text that contains the string "123".

GET /example?q={"text":"123"}_

This is wrong. Results are those whose text == "123" and not those who contain the text "123".

iamraf commented 5 years ago

Can confirm.