Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.9.1 bugfix #3141

Merged
merged 19 commits into from
Jul 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
abe1076
Update contributers + new video for verification
kasperbolarsen Jun 4, 2023
5f00928
Merge pull request #3051 from kasperbolarsen/main
wobba Jun 5, 2023
58adaf6
Bump fast-xml-parser and adaptive-expressions in /search-parts
dependabot[bot] Jun 6, 2023
1ca9620
Merge pull request #3055 from microsoft-search/dependabot/npm_and_yar…
wobba Jun 6, 2023
3993c2a
Fixed Profile Image on card layout missing #2743
kasperbolarsen Jun 9, 2023
c5dbd2e
Merge pull request #3058 from kasperbolarsen/main
wobba Jun 11, 2023
5e80f11
Minor doc update.
wobba Jun 11, 2023
18aac4f
#3047 Added more date/time tokens
wobba Jun 11, 2023
184ef49
Merge pull request #3067 from microsoft-search/feature/3047
wobba Jun 11, 2023
1a5f22f
#3089 Don't append hash on redirect with query param
wobba Jun 21, 2023
7391996
Merge pull request #3091 from microsoft-search/fix/3089
wobba Jun 21, 2023
bfc8fe7
#3079 re-fix translation
wobba Jun 21, 2023
5982a1e
Bump semver from 7.3.5 to 7.5.2 in /search-parts
dependabot[bot] Jul 13, 2023
c4e3cf4
Merge pull request #3131 from microsoft-search/dependabot/npm_and_yar…
wobba Jul 13, 2023
577fcb2
Bump semver from 5.7.1 to 5.7.2 in /search-extensibility
dependabot[bot] Jul 14, 2023
f3fc2af
Merge pull request #3133 from microsoft-search/dependabot/npm_and_yar…
wobba Jul 14, 2023
51d866a
#3116 Fix for english translated page
wobba Jul 18, 2023
935de62
Update version to 4.9.1
wobba Jul 18, 2023
43732f2
Merge pull request #3140 from microsoft-search/fix/3116
wobba Jul 18, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/extensibility/handlebars_customizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ public registerHandlebarsCustomizations(namespace: typeof Handlebars) {
return new namespace.SafeString(value.toUpperCase());
});
}
```
```

3. To reference the deployed manifest id of your extension in the search web part see the [Introduction](index.md#register-your-extensibility-library-with-a-web-part).
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,15 @@ PnP Modern Search version 4 initially made by [Franck Cornu](https://twitter.com

Here is the list of main contributors of the PnP Modern Search (all versions included)

- Franck Cornu (aequos) - [@FranckCornu](http://www.twitter.com/FranckCornu)
- Franck Cornu (Ubisoft) - [@FranckCornu](http://www.twitter.com/FranckCornu)
- Mikael Svenson (Microsoft) - [@mikaelsvenson](http://www.twitter.com/mikaelsvenson)
- Yannick Reekmans - [@yannickreekmans](https://twitter.com/yannickreekmans)
- Albert-Jan Schot - [@appieschot](https://twitter.com/appieschot)
- Tarald Gåsbakk (PuzzlePart) - [@taraldgasbakk](https://twitter.com/Taraldgasbakk)
- Tarald Gåsbakk (Norwegian Armed Forces) - [@taraldgasbakk](https://twitter.com/Taraldgasbakk)
- Brad Schlintz (Microsoft) - [@bschlintz](https://twitter.com/bschlintz)
- Richard Gigan - [@PooLP](https://twitter.com/PooLP)
- Matthew Stark
- Fabio Franzini (Apvee) - [@franzinifabio](https://twitter.com/franzinifabio)
- Fabio Franzini (Apvee Solutions) - [@franzinifabio](https://twitter.com/franzinifabio)
- Paolo Pialorsi (PiaSys.com) - [@PaoloPia](https://twitter.com/paolopia)
- Patrtik Hellgren (SherparsGroupAB) - [@PatrikHellgren](https://twitter.com/patrikhellgren)
- Patrik Hellgren (SherparsGroupAB) - [@PatrikHellgren](https://twitter.com/patrikhellgren)
- Erfan Darroudi [@edarroudi](https://github.com/edarroudi)
17 changes: 14 additions & 3 deletions docs/usage/search-results/tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,20 @@ Except for `{Hub}`, these a shortands to the `{PageContext}` tokens. They return

|**Token**|**Definition**
|-----|-----|
| **{CurrentYear}** |Todays's date four digits, 2018 <br/>
| **{CurrentMonth}** |Today's month, 1-12 <br/>
| **{CurrentDate}** |Today's date, 1-31 <br/>
| **{CurrentYear}** |Local date four digits, 2023 <br/>
| **{CurrentMonth}** |Local month, 1-12 <br/>
| **{CurrentDate}** |Local date, 1-31 <br/>
| **{CurrentHour}** |Local hour, 0-23 <br/>
| **{CurrentMinute}** |Local minute, 0-59 <br/>
| **{CurrentSecond}** |Local second, 0-59 <br/>
| **{CurrentYearUTC}** |UTC date four digits, 2023 <br/>
| **{CurrentMonthUTC}** |UTC month, 1-12 <br/>
| **{CurrentDateUTC}** |UTC date, 1-31 <br/>
| **{CurrentHourUTC}** |UTC, 0-23 <br/>
| **{CurrentMinuteUTC}** |UTC minute, 0-59 <br/>
| **{CurrentSecondUTC}** |UTC second, 0-59 <br/>


| **{Today+/- \&lt;integer value for number of days&gt;}** <br/> |A date calculated by adding/subtracting the specified number of days to/from the date when the query is issued. Date format is YYYY-MM-DD (Ex: `{Today+5}`) <br/>

#### SharePoint search query variables
Expand Down
20 changes: 15 additions & 5 deletions docs/using-query-tools-to-verify-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,33 @@ We DO value your questions and loves to see more and more people starting using
We would therefore ask you to verify that the API delivers the results you are expecting before we starting looking for bugs in PnP Modern Search.


##Suggested tools
<br>
<h3><a href = "https://github.com/pnp/PnP-Tools/tree/master/Solutions/SharePoint.Search.QueryTool">SharePoint Search Query Tool</a>

<h2>Suggested tools</h2>

<h3><a href = "https://github.com/pnp/PnP-Tools/blob/master/Solutions/SharePoint.Search.QueryTool/README.md">SharePoint Search Query Tool</a>
(stand alone application) </h3>

Guides for how to use the Query tool are available on the net, see for instance<br><br>
<a href = "https://petri.com/the-must-have-tool-while-working-with-search-and-sharepoint-online/"> The Must Have Tool While Working with Search and SharePoint Online</a> (Jasper Oosterveld) <br>or<br> <a href = "https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwie3Ozbo4z9AhUNwAIHHV3PAhAQFnoECDcQAQ&url=https%3A%2F%2Fwww.koskila.net%2Fusing-sharepoint-search-query-tool-investigate-search-index-issues-sharepoint-online%2F&usg=AOvVaw2huXW4dSemLPbsduasUNXZ">Using SharePoint Search Query Tool</a> (Antti Koskela)<br><br>

Video:
<a href = " https://www.youtube.com/watch?v=SgjweKQ3PeQ&t=60s&pp=ygUNc3AgcXVlcnkgdG9vbA%3D%3D">Useful tools when working with Search Episode 2 Using the SP Query Tool</a>(Kasper Larsen)


An older video is also availble: <a href = "https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=video&cd=&cad=rja&uact=8&ved=2ahUKEwiQ_4fypIz9AhVRM-wKHe8_AuIQtwJ6BAgJEAI&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DBykEEMKNhHs&usg=AOvVaw2KsKUkKWLUOIBLLyFHE4AT">SharePoint Power Hour: Search Query Tool - YouTube</a>(Laura Rogers)


<h3><a href = "https://chrome.google.com/webstore/detail/sp-editor/ecblfcmjnbbgaojblcpmjoamegpbodhd">Chrome extention SP Editor</a>.</h3>
<h3><a href = "https://chrome.google.com/webstore/detail/sp-editor/ecblfcmjnbbgaojblcpmjoamegpbodhd">Chrome extention SP Editor.</a>(Chrome extention)</h3>

Guide: <a href = "https://www.koskila.net/sharepoint-search-console-now-available-inside-chrome-sp-editor/">SharePoint Search Console – Now available inside Chrome SP Editor!</a>(Antti Koskela)



Video: <a href ="https://www.youtube.com/watch?v=KaIL4ZWDRsk">SP Editor Chrome Extension for SharePoint Administrators and Developers</a>(Denis Molodtsov)
Video:
<a href ="https://www.youtube.com/watch?v=c-iwGklLhZ0&t=14s">Useful tools when working with Search - Episode 1: Using the SP Editor</a>(Kasper Larsen)


<a href ="https://www.youtube.com/watch?v=KaIL4ZWDRsk">SP Editor Chrome Extension for SharePoint Administrators and Developers</a>(Denis Molodtsov)



Expand Down
Loading