The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once



UserSpice
javascript search - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23)
+--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26)
+--- Thread: javascript search (/showthread.php?tid=830)



javascript search - marko - 11-15-2017

Hello,

I think this is small mistake but I notice that if you search pages on /users/admin_pages.php it will search only listed pages.

Example: if I have page example-page.php on 2nd page(show results 25 per page) and I search 'example' on first I will get empty search.

I think that pagination and search js need some changes to be compatible.

If I miss category please move it to right one.

Edit: userspice version is 4.3.2


javascript search - mudmin - 11-16-2017

I think you're right. I need to pull out the old search feature and use the built in one from the pagination feature. I also see that the pagination feature is un-reording the pages. The latest ones should be at the top, but the javascript is breaking that. That's an easy fix. Thanks for this. I'm expecting 4.3.3 sometime soon. I'll add this.


javascript search - Brandin - 11-16-2017

I resolved this in the repo I pushed today.


javascript search - mudmin - 11-16-2017

Yep. It's out on both update and full version. Thanks for your help.