Alfanous-team / alfanous

Alfanous is an Arabic search engine API provides the simple and advanced search in Quran , more features and many interfaces...
http://www.alfanous.org/
GNU Affero General Public License v3.0
254 stars 89 forks source link

Advanced search configuration should be stored in session cookies, not to be passed via url arguments #487

Closed assem-ch closed 6 years ago

assem-ch commented 6 years ago

http://alfanous.org/ ?query=qawol &fuzzy=True &view=default &sortedby=score &translation=en.transliteration &recitation=14 _&advanced_search_advanced_query_optionsRadios=phrase#%D9%83%D9%84%D8%A7%D9%85_

assem-ch commented 6 years ago

A quick fix could be to eliminate them, not every important

assem-ch commented 6 years ago

if we remove the name for the advanced_search_advanced_query_optionsRadios , and use class and javascript for grouping them, this will solve the problem

sneetsher commented 6 years ago

@assem-ch I went in different way which I found easier using form="" attribute.

assem-ch commented 6 years ago

@sneetsher perfect

assem-ch commented 6 years ago

fixed