search function for wondercms

Ask for help or provide support to other members.
Post Reply
User avatar
cmbsound
Posts: 30
Joined: Wed Mar 06, 2024 8:16 am

search function for wondercms

Post by cmbsound »

Hello, another small question about wondercms
I would like to have an internal search function
Can you create something like that for wondercms or a plugin? I would like to have something like that because I want to create a delivery service page. The only thing I'm missing is the internal search function
if I insert one or more restaurants
When you enter the search bar it should show what you have inserted on the page

Thanks :D
User avatar
NorfolkGreg
Posts: 175
Joined: Wed Sep 01, 2021 7:50 am

Re: search function for wondercms

Post by NorfolkGreg »

My own Wcms sites are very small and don't justify needing a search facility. However, there's no need to wait for a search plug-in. There are various services about that allow you to incorporate a site search facility within a site built on the Wcms platform. For one client I did use the services of FreeFind and it worked perfectly, but you have to accept ads unless you pay for an upgrade. I dare say a Google Custom search would work, in a Wcms site, but I haven't tried it.
User avatar
cmbsound
Posts: 30
Joined: Wed Mar 06, 2024 8:16 am

Re: search function for wondercms

Post by cmbsound »

Thx
User avatar
wiz
Posts: 814
Joined: Sat Oct 30, 2010 12:23 am

Re: search function for wondercms

Post by wiz »

This is coming with WonderCMS 3.5.0 (among other features):

1. Search
- works for all content and blog plugin by calling <?= $Wcms->search() ?> in theme (has to be styled)
- has hook, is modifiable.
- https://github.com/WonderCMS/wondercms/issues/237

2. Option to display Blog page as default page.
- Available in Settings -> Menu
- https://github.com/WonderCMS/wondercms/issues/308

3. Modal window persistence (settings)
- user can choose to make settings modal popup persistent (re-opens on last tab that had any changed)
- can be activated in settings-security.
- https://github.com/WonderCMS/wondercms/issues/320

4. Updated to newest admin.js.min library with included modal persistence functionality.
- changes to unminified version: https://github.com/WonderCMS/wondercms- ... in.js#L293

5. Pages have now 3 new parameters:
- created (time of creation)
- modified (time when last modified)
- https://github.com/WonderCMS/wondercms/issues/307
- visibility (inherited and synced with menuItems)
- https://github.com/WonderCMS/wondercms/issues/301

6. Added header block, which can be called in the theme.
- can be called with <?= $wCMS->header() ?>
- header includes a hook, is modifiable
- https://github.com/WonderCMS/wondercms/issues/320

7. Added hooks on login (supports banning IPs, 2FA implementations)
- https://github.com/WonderCMS/wondercms/issues/302

8. renderPageNavMenuItem is now hookable: https://github.com/WonderCMS/wondercms/issues/297
Post Reply