CodeManas
Forum Replies Created
-
Forum: Plugins
In reply to: [Search with Typesense] Typesense API 404Hello @pratham2003 ,
Glad that you are able to resolve this on your own.
We are looking into the issue and trying to find the best way to cooperate this issue in our plugin so that it doesn’t affect the server’s without reverse proxy.
For any other users with the same issue, we would like you to follow the above solution mentioned. Once we fix it and in-cooperate in our plugin we will notify you of this.
Regards,
CodemanasForum: Plugins
In reply to: [Search with Typesense] Additional Search ParamsHello @sbdev1stepan ,
After you have added the
additonal_search_params,in the first load, the results are based on that filter, in your case bycategory:category-1.But once you apply another filter on the front end, a new search request is sent that will reset your previous request for the filter bycategory:category-1.For this to be not reset, you can do it using the swtInstance like this:
swtInstance.cm_swt_instant_search_1.helper.addDisjunctiveFacetRefinement('category', 'category-1').search();
This will apply the filtercategory-1as checked and when you apply an additional filter that won’t affect your previous filter ofcategory-1.Hope this is helpful.
Regards,
Codemanas
Forum: Plugins
In reply to: [Video Conferencing with Zoom] Error after switching to Oauth / SDKHi @johnwinters
This warning shows the proper scopes have not been added when setting up the Server-to-Server OAuth app. Please review https://zoomdocs.codemanas.com/setup/#generating-api-credentials specially step 6 here.
Forum: Plugins
In reply to: [Search with Typesense] Combine results?Hello @scmsteve ,
The reason the results are separated is two fold.
1. Easier to distinguish what you’re looking for
2. Data structure for different Posts/Pages/Categories etc.
The main challenge when unifying your Posts, Pages, Categories etc is that you will need a unified schema for all your data / collections – due to the inherent flexibility of wordpress this is very hard to achieve automatically.
It is technically possible to combine it into a unified/omni search but – this needs to be done via code.
The following link is a starting point https://github.com/codemanas/omni-search/tree/master but will need your own modifications to make it work for your system.Forum: Plugins
In reply to: [Search with Typesense] Override date format in template@skylex69 we have updated the code for date display in version 1.9.0.
This will be a breaking change and will require users to reindex the collection to use the new system. The update now uses WordPress date format by default and will understand the locale correctly as well.Forum: Plugins
In reply to: [Video Conferencing with Webex] Questions about functionalityHi @alfredo1216
- We’ll see if there’s a way to do such.
- At the moment this might not be possible so would suggest you to create a separate page and add recordings there for now. We’ll see a way to figure this out.
- Registrations will be available soon.
Can you paste a screenshot of the issue? What do you mean by meeting dates and time?
Last update should not have affected the meeting behavior. Please try disconnecting and connecting the webex account again and see if that fixes the issue for you.Forum: Plugins
In reply to: [Inactive Logout] Settings not savingThanks for the report. Issue has been identified – this issue is occuring for multisites only due to ajax save. Will fix this asap and provide the update here.
@ansarm
Is this happening when you try to create an event?Forum: Plugins
In reply to: [Video Conferencing with Webex] Webinar Registration@generalcode
At the moment – registration form is not available. It is in development.Forum: Plugins
In reply to: [Search with Typesense] search_api_key is exposedHello @scorpiock ,
Exposing it is not a security risk since the search key is scoped to only the search end-point, it’s meant to be exposed so that the search requests can be made directly from the browser.
Regarding the lighthouse report, we will update it if this really does hamper the performance.
Regards,
Code ManasHello @maven1129 ,
The default posts are indexed automatically on new post creation and update.
Can you provide more details? Also please provide logs and site info from the Logs tab in Typesense settings.
Regards,
Code ManasForum: Plugins
In reply to: [Search with Typesense] Typesense features implementationHi @sannin ,
It’s been a while since the last response to this message.
I’m assuming the issue is now resolved and closing this ticket.
If not please re-open this ticket.Regards,
CodemanasForum: Plugins
In reply to: [Search with Typesense] Detailed Guide Self Hosted TypesenseHello @sirmbhe ,
After you install typesense on the server, to create API keys required by the plugin you can follow instructions here: https://typesense.org/docs/0.23.1/api/api-keys.html#create-an-api-key
If you have any issues regarding setting up the server, we recommend you to query in the Typesense’s community slack channel here: https://typesense-community.slack.com/ssb/redirect. You will get your queries answered promptly there.Regarding indexing the posts, it will be handled by the plugin after you provide API keys and click Index in the plugin’s setting.
Please let us know if you have further queries.
Regards,
CodeManas- This reply was modified 3 years, 10 months ago by CodeManas.
Forum: Plugins
In reply to: [Search with Typesense] On Google Cloud