Title: CodeManas's Replies - page 3 | WordPress.org

---

# CodeManas

  [  ](https://wordpress.org/support/users/codemanas/)

 *   [Profile](https://wordpress.org/support/users/codemanas/)
 *   [Topics Started](https://wordpress.org/support/users/codemanas/topics/)
 *   [Replies Created](https://wordpress.org/support/users/codemanas/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/codemanas/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/codemanas/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/codemanas/engagements/)
 *   [Favorites](https://wordpress.org/support/users/codemanas/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 31 through 45 (of 63 total)

[←](https://wordpress.org/support/users/codemanas/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/codemanas/replies/?output_format=md) [2](https://wordpress.org/support/users/codemanas/replies/page/2/?output_format=md)
3 [4](https://wordpress.org/support/users/codemanas/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/codemanas/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/codemanas/replies/page/4/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search with Typesense] Typesense API 404](https://wordpress.org/support/topic/typesense-api-404/)
 *  Plugin Author [CodeManas](https://wordpress.org/support/users/codemanas/)
 * (@codemanas)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/typesense-api-404/#post-17092667)
 * Hello [@pratham2003](https://wordpress.org/support/users/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,
   Codemanas
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search with Typesense] Additional Search Params](https://wordpress.org/support/topic/additional-search-params/)
 *  Plugin Author [CodeManas](https://wordpress.org/support/users/codemanas/)
 * (@codemanas)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/additional-search-params/#post-17092618)
 * Hello [@sbdev1stepan](https://wordpress.org/support/users/sbdev1stepan/) ,
 * After you have added the `additonal_search_params,` in the first load, the results
   are based on that filter, in your case by `category: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 by `category: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 filter `category-1` as checked and when you
   apply an additional filter that won’t affect your previous filter of `category-
   1`.
 * Hope this is helpful.
 * Regards,
 * Codemanas
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Video Conferencing with Zoom] Error after switching to Oauth / SDK](https://wordpress.org/support/topic/error-after-switching-to-oauth-sdk/)
 *  Plugin Author [CodeManas](https://wordpress.org/support/users/codemanas/)
 * (@codemanas)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/error-after-switching-to-oauth-sdk/#post-16997205)
 * Hi [@johnwinters](https://wordpress.org/support/users/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](https://zoomdocs.codemanas.com/setup/#generating-api-credentials)
   specially step 6 here.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search with Typesense] Combine results?](https://wordpress.org/support/topic/combine-results-2/)
 *  Plugin Author [CodeManas](https://wordpress.org/support/users/codemanas/)
 * (@codemanas)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/combine-results-2/#post-16993186)
 * Hello [@scmsteve](https://wordpress.org/support/users/scmsteve/) ,
   The reason
   the results are separated is two fold.1. Easier to distinguish what you’re looking
   for2. 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](https://github.com/codemanas/omni-search/tree/master)
   but will need your own modifications to make it work for your system.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search with Typesense] Override date format in template](https://wordpress.org/support/topic/override-date-format-in-template/)
 *  Plugin Author [CodeManas](https://wordpress.org/support/users/codemanas/)
 * (@codemanas)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/override-date-format-in-template/#post-16988682)
 * [@skylex69](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Video Conferencing with Webex] Questions about functionality](https://wordpress.org/support/topic/questions-about-functionality-2/)
 *  Plugin Author [CodeManas](https://wordpress.org/support/users/codemanas/)
 * (@codemanas)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/questions-about-functionality-2/#post-16579223)
 * Hi [@alfredo1216](https://wordpress.org/support/users/alfredo1216/)
    1. We’ll see if there’s a way to do such.
    2. 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.
    3. Registrations will be available soon.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Video Conferencing with Webex] Cannot set meeting date and time with your plugin](https://wordpress.org/support/topic/cannot-set-meeting-date-and-time-with-your-plugin/)
 *  Plugin Author [CodeManas](https://wordpress.org/support/users/codemanas/)
 * (@codemanas)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/cannot-set-meeting-date-and-time-with-your-plugin/#post-16524397)
 * Hi [@billiesmith289](https://wordpress.org/support/users/billiesmith289/)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Inactive Logout] Settings not saving](https://wordpress.org/support/topic/settings-not-saving-67/)
 *  Plugin Support [CodeManas](https://wordpress.org/support/users/codemanas/)
 * (@codemanas)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/settings-not-saving-67/#post-16188378)
 * Thanks 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Video Conferencing with Webex] The Page linking my Webex meeting is not working.](https://wordpress.org/support/topic/the-page-linking-my-webex-meeting-is-not-working/)
 *  Plugin Author [CodeManas](https://wordpress.org/support/users/codemanas/)
 * (@codemanas)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/the-page-linking-my-webex-meeting-is-not-working/#post-16148580)
 * [@ansarm](https://wordpress.org/support/users/ansarm/)
    Is this happening when
   you try to create an event?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Video Conferencing with Webex] Webinar Registration](https://wordpress.org/support/topic/webinar-registration-2/)
 *  Plugin Author [CodeManas](https://wordpress.org/support/users/codemanas/)
 * (@codemanas)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/webinar-registration-2/#post-16148578)
 * [@generalcode](https://wordpress.org/support/users/generalcode/)
    At the moment–
   registration form is not available. It is in development.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search with Typesense] search_api_key is exposed](https://wordpress.org/support/topic/search_api_key-is-exposed/)
 *  Plugin Author [CodeManas](https://wordpress.org/support/users/codemanas/)
 * (@codemanas)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/search_api_key-is-exposed/#post-16118070)
 * Hello [@scorpiock](https://wordpress.org/support/users/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 Manas
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search with Typesense] Index should refresh automatically on a new post or post update](https://wordpress.org/support/topic/index-should-refresh-automatically-on-a-new-post-or-post-update-5/)
 *  Plugin Author [CodeManas](https://wordpress.org/support/users/codemanas/)
 * (@codemanas)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/index-should-refresh-automatically-on-a-new-post-or-post-update-5/#post-16098588)
 * Hello [@maven1129](https://wordpress.org/support/users/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 Manas
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search with Typesense] Typesense features implementation](https://wordpress.org/support/topic/typesense-features-implementation/)
 *  Plugin Author [CodeManas](https://wordpress.org/support/users/codemanas/)
 * (@codemanas)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/typesense-features-implementation/#post-16029336)
 * Hi [@sannin](https://wordpress.org/support/users/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,
    Codemanas
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search with Typesense] Detailed Guide Self Hosted Typesense](https://wordpress.org/support/topic/detailed-guide-self-hosted-typesense/)
 *  Plugin Author [CodeManas](https://wordpress.org/support/users/codemanas/)
 * (@codemanas)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/detailed-guide-self-hosted-typesense/#post-15862169)
 * Hello [@sirmbhe](https://wordpress.org/support/users/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](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](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](https://wordpress.org/support/users/codemanas/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search with Typesense] On Google Cloud](https://wordpress.org/support/topic/on-google-cloud/)
 *  Plugin Author [CodeManas](https://wordpress.org/support/users/codemanas/)
 * (@codemanas)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/on-google-cloud/#post-15844924)
 * Hello [@ahmetp83](https://wordpress.org/support/users/ahmetp83/) ,
 * Please let us know if the solution by [@sannin](https://wordpress.org/support/users/sannin/)
   had worked for you.
    -  This reply was modified 3 years, 11 months ago by [CodeManas](https://wordpress.org/support/users/codemanas/).

Viewing 15 replies - 31 through 45 (of 63 total)

[←](https://wordpress.org/support/users/codemanas/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/codemanas/replies/?output_format=md) [2](https://wordpress.org/support/users/codemanas/replies/page/2/?output_format=md)
3 [4](https://wordpress.org/support/users/codemanas/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/codemanas/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/codemanas/replies/page/4/?output_format=md)