PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Custom Meta Fields Character Limits

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Custom Meta Fields Character Limits

    I am indexing many old pdf files and I need to search them by locations that I have. I have successfully created the Desc. files. The problem is that I have more characters than the 255 limit that is on the custom meta fields. Is there any way of getting around this? I tried creating a custom meta field titled "Keywords" trying to get around the limit but that did not work either.Thanks for any help and ideas.

  • #2
    Also, it is possible to not show the custom meta fields in the search results page?

    Comment


    • #3
      The CGI platform supports custom meta text fields of up to 65535 characters (I have made a note that the documentation needs to be updated). So you would have to switch to CGI.

      You can hide the custom meta fields from the search results with CSS. e.g.

      .result_metaname_AUTHOR { display: none; }

      --Ray
      Wrensoft Web Software
      Sydney, Australia
      Zoom Search Engine

      Comment


      • #4
        Ray, thank you so much for the reply and answers. I will look into the CGI platform. I am also trying to see if I could put all the locations into "ZOOMWORDS". The display: none code is also very helpful. Thank you for the great product.

        Comment

        Working...
        X