bossenti commented on code in PR #1408:
URL: https://github.com/apache/streampipes/pull/1408#discussion_r1133090410


##########
streampipes-client-python/mkdocs.yml:
##########
@@ -79,6 +79,10 @@ plugins:
       version_selector: true
       css_dir: css
       javascript_dir: js
+  - search:
+      lang:
+        - en
+      seperator: '[\s\-,:_!=\[\]()"/]+'

Review Comment:
   @amaan-n-j 
   Why did you only special chars as separator?
   We are on version 8 of mkdocs-material so the default seperator is 
`'[\s\-\.]+'`
   What's your idea about changing this? :) 



##########
streampipes-client-python/mkdocs.yml:
##########
@@ -79,6 +79,10 @@ plugins:
       version_selector: true
       css_dir: css
       javascript_dir: js
+  - search:
+      lang:
+        - en
+      seperator: '[\s\-,:_!=\[\]()"/]+'

Review Comment:
   @amaan-n-j 
   Why did you only special chars as separator?
   We are on version 8 of mkdocs-material so the default seperator is 
`'[\s\-\.]+'`
   What's your idea about changing this? 🙂 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to