Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #56294, comment 4


Ignore:
Timestamp:
01/29/2023 07:33:12 PM (3 years ago)
Author:
ravishaheshan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56294, comment 4

    v1 v2  
    1 @zodiac1978 thanks, but your solution will reduce the performance of the query. I'm thinking about adding a post meta field with sanitized post_content(w/o block tags and HTML tags) and modifying the search query to use that instead of the actual post_content field
     1@zodiac1978 thanks. I'm thinking about adding a post meta field with sanitized post_content(w/o block tags and HTML tags) and modifying the search query to use that instead of the actual post_content field