HI, I added generic 'Search' field to my list and then I published a seblod search module. The module's search function doesn't work when I enabled SEF from global configuration. But when I disabled SEF the search function is working properly.
The search function from list itself is working good.
Here is the comparation of generated urls :
http://xxx.com/rtrwj/component/cck/?cck=mylist&mylist_search=test&search=mylist&task=search --> Using search input from module, doesn't work
http://xxx.com/rtrwj/list-mylist?cck=mylist&mylist_search=test&boxchecked=0&search=mylist&task=search --> Using search input from list page, working good
Is it a bug or I'm missed something?
Thanks!