Search is not working properly with the latest updates

Hello Frontity team, :wave:t2:

After i updated the frontity packages to the latest versions, i experience some issues on the search on https://ruthgeorgiev.com/. When i try to search, i get this error in the console Uncaught (in promise) TypeError: Cannot read property 'slice' of null

Tried to fix this by adding slice on the results page, but no success so far. Don’t know where does this coming from though. :man_shrugging:t2:

Here the repo: https://github.com/dejangeorgiev/ruthgeorgiev-frontity
Can someone check if i might miss something here, please?

Many thanks.
All the best,
Dejan

**[quote=“dejangeorgiev, post:1, topic:3021, full:true”]
Hello Frontity team, :wave:t2:

After i updated the frontity packages to the latest versions, i experience some issues on the search on https://ruthgeorgiev.com/. When i try to search, i get this error in the console Uncaught (in promise) TypeError: Cannot read property 'slice' of null

Tried to fix this by adding slice on the results page, but no success so far. Don’t know where does this coming from though. :man_shrugging:t2:

Here the repo: https://github.com/dejangeorgiev/ruthgeorgiev-frontity
Can someone check if i might miss something here, please?

Many thanks.
All the best,
Dejan

UPDATE:
All working well now. I was able to reproduce the issue - had misconfigured handler. :nerd_face:

1 Like

Hey @dejangeorgiev, I’m glad it’s working now :slight_smile:

May we know what was the problem? I want to make sure it was expected.

1 Like

Hey @luisherranz :wave:t3:

Due to this handler the search and the author page didn’t worked.


Thanks for the code @dejangeorgiev, I’ll take a look. And sorry for the issue :slightly_smiling_face: