Open Closed

"VoloDocsModule' PostgreSQL Usage Error" #4717


User avatar
0
ilhan.ordukaya created

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v7.0.3
  • UI type: MVC
  • DB provider: EF Core / PostgrSql
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

We want to add VoloDocs, which is a documentation system with ABP Framework, to our project. We are using PostgreSQL as our database in the project. When we run VoloDocs.Web.exe located in the Web folder in the VoloDocs download file available on the ABP Framework website, we encounter an error stating that it does not support the syntax "port" in the connection string. Is it possible to use VoloDocs with PostgreSQL?

Log Error


30 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    This is the behavior of Elastic search, you can search for related documents, I don't have much advice.

  • User Avatar
    0
    ilhan.ordukaya created

    This is the behavior of Elastic search, you can search for related documents, I don't have much advice.

    When I want to search in related documents, it requires me to enter the whole word. If I write the word incomplete, it does not find the word in the search results

    https://docs.abp.io/search/en/abp/7.1/?KeyWord=para

    https://docs.abp.io/search/en/abp/7.1/?KeyWord=param

    https://docs.abp.io/search/en/abp/7.1/?KeyWord=parameter

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    This is the behavior of Elastic search, I don't know much about it. : )

  • User Avatar
    0
    ilhan.ordukaya created

    This is the behavior of Elastic search, I don't know much about it. : )

    When I wanted to conduct research about this issue, I learned that I need to make changes in the ElasticSearchOption class, but since the ElasticSearchOption class is sealed, I cannot make any changes. Can you help me with this?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    I learned that I need to make changes in the ElasticSearchOption class

    You can create a new options class and use it.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11